#9DB276

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

Shades of Olivine #9DB276

Tints of Olivine #9DB276

Color information

#9DB276 (or 0x9DB276) is unknown color: approx Olivine. HEX triplet: 9D, B2 and 76. RGB value is (157,178,118). Sum of RGB (Red+Green+Blue) = 157+178+118=453 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.66% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB276 is #624D89. Grayscale: #A5A5A5. Windows color (decimal): -6442378 or 7778973. OLE color: 7778973.

HSL color Cylindrical-coordinate representation of color #9DB276: hue angle of 81º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DB276 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB157178118-
CMYK0.1200.340.30
HSL81º28.04%58.04%-
HSV(B)81º33.71%69.8%-
XYZ33.140.3223.18-
YUV164.88101.54122.38-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.66%
GREEN value IS 178 (69.92% from 255) = 39.29%
BLUE value IS 118 (46.48% from 255) = 26.05%
R=34.66%
G=39.29%
B=26.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1571781180.1200.340.308128.0458.04
Hex9DB276C0221E511c3a
Octal23526216614042361213472
Binary100111011011001011101101100010001011110101000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,178,118); }

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

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

 a { background-color: rgb(157,178,118); }

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

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

 span { border-color: rgb(157,178,118); }

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