#9DB270

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

Shades of Olivine #9DB270

Tints of Olivine #9DB270

Color information

#9DB270 (or 0x9DB270) is unknown color: approx Olivine. HEX triplet: 9D, B2 and 70. RGB value is (157,178,112). Sum of RGB (Red+Green+Blue) = 157+178+112=447 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.12% from 447); Green value is 178 (69.92% from 255 or 39.82% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB270 is #624D8F. Grayscale: #A4A4A4. Windows color (decimal): -6442384 or 7385757. OLE color: 7385757.

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

Color convert

RGB157178112-
CMYK0.1200.370.30
HSL79.09º30%56.86%-
HSV(B)79.09º37.08%69.8%-
XYZ32.7540.1821.36-
YUV164.298.54122.87-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.12%
GREEN value IS 178 (69.92% from 255) = 39.82%
BLUE value IS 112 (44.14% from 255) = 25.06%
R=35.12%
G=39.82%
B=25.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1571781120.1200.370.3079.093056.86
Hex9DB270C0251E4f1e39
Octal23526216014045361173671
Binary100111011011001011100001100010010111110100111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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