Html Css Color HEX #9DB972 Olivine

📋 copy color: '#9DB972'

red 157 ◦ green 185 ◦ blue 114

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

Shades of Olivine #9DB972

Tints of Olivine #9DB972

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.57%

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

R = 34.43%
G = 40.57%
B = 25%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#9DB972 (or 0x9DB972) is known color: Olivine. HEX triplet: 9D, B9 and 72. RGB value is (157,185,114). Sum of RGB (Red+Green+Blue) = 157+185+114=456 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.43% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 114 (44.92% from 255 or 25% from 456); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB972 is #62468D. Grayscale: #A8A8A8. Windows color (decimal): -6440590 or 7518621. OLE color: 7518621.

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

Color convert

RGB 157 185 114 -
CMYK 0.15 0 0.38 0.27
HSL 83.66º 0.34% 0.59% -
HSV(B) 83.66º 0.38% 0.73% -
XYZ 34.29 43.08 22.43 -
YUV 168.53 97.22 119.77 -
System Red Green Blue C M Y K H S L
Decimal 157 185 114 0.15 0 0.38 0.27 83.66 0.34 0.59
Hex 9D B9 72 F 0 26 1B 54 22 3B
Octal 235 271 162 17 0 46 33 124 42 73
Binary 10011101 10111001 1110010 1111 0 100110 11011 1010100 100010 111011

Color Harmonies of #9DB972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB972

Black with #9DB972

Text Example


Text Example

White with #9DB972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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