Html Css Color HEX #9DBB71 Olivine

📋 copy color: '#9DBB71'

red 157 ◦ green 187 ◦ blue 113

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

Shades of Olivine #9DBB71

Tints of Olivine #9DBB71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.73%

R = 34.35%
G = 40.92%
B = 24.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#9DBB71 (or 0x9DBB71) is known color: Olivine. HEX triplet: 9D, BB and 71. RGB value is (157,187,113). Sum of RGB (Red+Green+Blue) = 157+187+113=457 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.35% from 457); Green value is 187 (73.44% from 255 or 40.92% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBB71 is #62448E. Grayscale: #A9A9A9. Windows color (decimal): -6440079 or 7453597. OLE color: 7453597.

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

Color convert

RGB 157 187 113 -
CMYK 0.16 0 0.40 0.27
HSL 84.32º 0.35% 0.59% -
HSV(B) 84.32º 0.4% 0.73% -
XYZ 34.66 43.9 22.27 -
YUV 169.59 96.06 119.02 -
System Red Green Blue C M Y K H S L
Decimal 157 187 113 0.16 0 0.40 0.27 84.32 0.35 0.59
Hex 9D BB 71 10 0 28 1B 54 23 3B
Octal 235 273 161 20 0 50 33 124 43 73
Binary 10011101 10111011 1110001 10000 0 101000 11011 1010100 100011 111011

Color Harmonies of #9DBB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBB71

Black with #9DBB71

Text Example


Text Example

White with #9DBB71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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