Html Css Color HEX #9DBB72 Olivine

📋 copy color: '#9DBB72'

red 157 ◦ green 187 ◦ blue 114

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

Shades of Olivine #9DBB72

Tints of Olivine #9DBB72

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.83%

 BLUE value IS 114 (44.92% from 255) = 24.89%

R = 34.28%
G = 40.83%
B = 24.89%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#9DBB72 (or 0x9DBB72) is known color: Olivine. HEX triplet: 9D, BB and 72. RGB value is (157,187,114). Sum of RGB (Red+Green+Blue) = 157+187+114=458 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.28% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBB72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBB72 is #62448D. Grayscale: #A9A9A9. Windows color (decimal): -6440078 or 7519133. OLE color: 7519133.

HSL color Cylindrical-coordinate representation of color #9DBB72: hue angle of 84.66º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9DBB72 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 187 114 -
CMYK 0.16 0 0.39 0.27
HSL 84.66º 0.35% 0.59% -
HSV(B) 84.66º 0.39% 0.73% -
XYZ 34.71 43.92 22.57 -
YUV 169.71 96.56 118.94 -
System Red Green Blue C M Y K H S L
Decimal 157 187 114 0.16 0 0.39 0.27 84.66 0.35 0.59
Hex 9D BB 72 10 0 27 1B 55 23 3B
Octal 235 273 162 20 0 47 33 125 43 73
Binary 10011101 10111011 1110010 10000 0 100111 11011 1010101 100011 111011

Color Harmonies of #9DBB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBB72

Black with #9DBB72

Text Example


Text Example

White with #9DBB72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,187,114); }

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

background-color css

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

 a { background-color: rgb(157,187,114); }

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

border-color css

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

 span { border-color: rgb(157,187,114); }

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