Html Css Color HEX #9DB072 Olivine

📋 copy color: '#9DB072'

red 157 ◦ green 176 ◦ blue 114

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

Shades of Olivine #9DB072

Tints of Olivine #9DB072

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.37%

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

R = 35.12%
G = 39.37%
B = 25.5%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#9DB072 (or 0x9DB072) is known color: Olivine. HEX triplet: 9D, B0 and 72. RGB value is (157,176,114). Sum of RGB (Red+Green+Blue) = 157+176+114=447 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.12% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 114 (44.92% from 255 or 25.50% from 447); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB072 is #624F8D. Grayscale: #A3A3A3. Windows color (decimal): -6442894 or 7516317. OLE color: 7516317.

HSL color Cylindrical-coordinate representation of color #9DB072: hue angle of 78.39º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DB072 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 157 176 114 -
CMYK 0.11 0 0.35 0.31
HSL 78.39º 0.28% 0.57% -
HSV(B) 78.39º 0.35% 0.69% -
XYZ 32.47 39.43 21.82 -
YUV 163.25 100.21 123.54 -
System Red Green Blue C M Y K H S L
Decimal 157 176 114 0.11 0 0.35 0.31 78.39 0.28 0.57
Hex 9D B0 72 B 0 23 1F 4E 1C 39
Octal 235 260 162 13 0 43 37 116 34 71
Binary 10011101 10110000 1110010 1011 0 100011 11111 1001110 11100 111001

Color Harmonies of #9DB072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB072

Black with #9DB072

Text Example


Text Example

White with #9DB072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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