#9DB07C

Color #9DB07C Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #9DB07C

Tints of Olivine #9DB07C

Color information

#9DB07C (or 0x9DB07C) is unknown color: approx Olivine. HEX triplet: 9D, B0 and 7C. RGB value is (157,176,124). Sum of RGB (Red+Green+Blue) = 157+176+124=457 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.35% from 457); Green value is 176 (69.14% from 255 or 38.51% from 457); Blue value is 124 (48.83% from 255 or 27.13% from 457); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB07C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB07C is #624F83. Grayscale: #A4A4A4. Windows color (decimal): -6442884 or 8171677. OLE color: 8171677.

HSL color Cylindrical-coordinate representation of color #9DB07C: hue angle of 81.92º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DB07C is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB157176124-
CMYK0.1100.300.31
HSL81.92º24.76%58.82%-
HSV(B)81.92º29.55%69.02%-
XYZ33.0739.6724.98-
YUV164.39105.21122.73-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.35%
GREEN value IS 176 (69.14% from 255) = 38.51%
BLUE value IS 124 (48.83% from 255) = 27.13%
R=34.35%
G=38.51%
B=27.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1571761240.1100.300.3181.9224.7658.82
Hex9DB07CB01E1F52193b
Octal23526017413036371223173
Binary10011101101100001111100101101111011111101001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DB07C;
 }
 .AnyTagClassName
 {
   color: #9DB07C;
 }
</style>
background-color css

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

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

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

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

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

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