Html Css Color HEX #9DB860 Olivine

📋 copy color: '#9DB860'

red 157 ◦ green 184 ◦ blue 96

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

Shades of Olivine #9DB860

Tints of Olivine #9DB860

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.11%

 BLUE value IS 96 (37.89% from 255) = 21.97%

R = 35.93%
G = 42.11%
B = 21.97%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#9DB860 (or 0x9DB860) is known color: Olivine. HEX triplet: 9D, B8 and 60. RGB value is (157,184,96). Sum of RGB (Red+Green+Blue) = 157+184+96=437 (57% of max value = 765). Red value is 157 (61.72% from 255 or 35.93% from 437); Green value is 184 (72.27% from 255 or 42.11% from 437); Blue value is 96 (37.89% from 255 or 21.97% from 437); Max value from RGB is 184 - color contains mainly: green. Hex color #9DB860 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB860 is #62479F. Grayscale: #A6A6A6. Windows color (decimal): -6440864 or 6338717. OLE color: 6338717.

HSL color Cylindrical-coordinate representation of color #9DB860: hue angle of 78.41º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9DB860 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 157 184 96 -
CMYK 0.15 0 0.48 0.28
HSL 78.41º 0.38% 0.55% -
HSV(B) 78.41º 0.48% 0.72% -
XYZ 33.16 42.29 17.48 -
YUV 165.9 88.55 121.66 -
System Red Green Blue C M Y K H S L
Decimal 157 184 96 0.15 0 0.48 0.28 78.41 0.38 0.55
Hex 9D B8 60 F 0 30 1C 4E 26 37
Octal 235 270 140 17 0 60 34 116 46 67
Binary 10011101 10111000 1100000 1111 0 110000 11100 1001110 100110 110111

Color Harmonies of #9DB860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB860

Black with #9DB860

Text Example


Text Example

White with #9DB860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,184,96); }

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

background-color css

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

 a { background-color: rgb(157,184,96); }

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

border-color css

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

 span { border-color: rgb(157,184,96); }

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