Html Css Color HEX #9DB765 Olivine

📋 copy color: '#9DB765'

red 157 ◦ green 183 ◦ blue 101

#9DB765
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #9DB765

Tints of Olivine #9DB765

RGB

 RED value IS 157 (61.72% from 255) = 35.6%

 GREEN value IS 183 (71.88% from 255) = 41.5%

 BLUE value IS 101 (39.84% from 255) = 22.9%

R = 35.6%
G = 41.5%
B = 22.9%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.45

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9DB765 (or 0x9DB765) is known color: Olivine. HEX triplet: 9D, B7 and 65. RGB value is (157,183,101). Sum of RGB (Red+Green+Blue) = 157+183+101=441 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.60% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 101 (39.84% from 255 or 22.90% from 441); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB765 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB765 is #62489A. Grayscale: #A6A6A6. Windows color (decimal): -6441115 or 6666141. OLE color: 6666141.

HSL color Cylindrical-coordinate representation of color #9DB765: hue angle of 79.02º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9DB765 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB 157 183 101 -
CMYK 0.14 0 0.45 0.28
HSL 79.02º 0.36% 0.56% -
HSV(B) 79.02º 0.45% 0.72% -
XYZ 33.19 41.97 18.66 -
YUV 165.88 91.39 121.67 -
System Red Green Blue C M Y K H S L
Decimal 157 183 101 0.14 0 0.45 0.28 79.02 0.36 0.56
Hex 9D B7 65 E 0 2D 1C 4F 24 38
Octal 235 267 145 16 0 55 34 117 44 70
Binary 10011101 10110111 1100101 1110 0 101101 11100 1001111 100100 111000

Color Harmonies of #9DB765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB765

Black with #9DB765

Text Example


Text Example

White with #9DB765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DB765; }

 p { color: rgb(157,183,101); }

 H1.HeaderClassName
 {
   color: #9DB765;
 }
 .AnyTagClassName
 {
   color: #9DB765;
 }
</style>

background-color css

<style>
 a { background-color: #9DB765; }

 a { background-color: rgb(157,183,101); }

 div.DivClassName
 {
   background-color: #9DB765;
 }
 .BgClassName
 {
   background-color: #9DB765;
 }
</style>

border-color css

<style>
 span { border-color: #9DB765; }

 span { border-color: rgb(157,183,101); }

 td.TdClassName
 {
   border-color: #9DB765;
 }
 .TagClassName
 {
   border-color: #9DB765;
 }
</style>