Html Css Color HEX #9DBB70 Olivine

📋 copy color: '#9DBB70'

red 157 ◦ green 187 ◦ blue 112

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

Shades of Olivine #9DBB70

Tints of Olivine #9DBB70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.56%

R = 34.43%
G = 41.01%
B = 24.56%

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

#9DBB70 (or 0x9DBB70) is known color: Olivine. HEX triplet: 9D, BB and 70. RGB value is (157,187,112). Sum of RGB (Red+Green+Blue) = 157+187+112=456 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.43% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBB70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBB70 is #62448F. Grayscale: #A9A9A9. Windows color (decimal): -6440080 or 7388061. OLE color: 7388061.

HSL color Cylindrical-coordinate representation of color #9DBB70: hue angle of 84º degrees, saturation: 0.36, 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 #9DBB70 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 187 112 -
CMYK 0.16 0 0.40 0.27
HSL 84º 0.36% 0.59% -
HSV(B) 84º 0.4% 0.73% -
XYZ 34.6 43.88 21.98 -
YUV 169.48 95.56 119.1 -
System Red Green Blue C M Y K H S L
Decimal 157 187 112 0.16 0 0.40 0.27 84 0.36 0.59
Hex 9D BB 70 10 0 28 1B 54 24 3B
Octal 235 273 160 20 0 50 33 124 44 73
Binary 10011101 10111011 1110000 10000 0 101000 11011 1010100 100100 111011

Color Harmonies of #9DBB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBB70

Black with #9DBB70

Text Example


Text Example

White with #9DBB70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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