#9DBC70

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

Shades of Olivine #9DBC70

Tints of Olivine #9DBC70

Color information

#9DBC70 (or 0x9DBC70) is unknown color: approx Olivine. HEX triplet: 9D, BC and 70. RGB value is (157,188,112). Sum of RGB (Red+Green+Blue) = 157+188+112=457 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.35% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 188 - color contains mainly: green. Hex color #9DBC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBC70 is #62438F. Grayscale: #AAAAAA. Windows color (decimal): -6439824 or 7388317. OLE color: 7388317.

HSL color Cylindrical-coordinate representation of color #9DBC70: hue angle of 84.47º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9DBC70 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB157188112-
CMYK0.1600.400.26
HSL84.47º36.19%58.82%-
HSV(B)84.47º40.43%73.73%-
XYZ34.8144.322.05-
YUV170.0795.23118.68-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.35%
GREEN value IS 188 (73.83% from 255) = 41.14%
BLUE value IS 112 (44.14% from 255) = 24.51%
R=34.35%
G=41.14%
B=24.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1571881120.1600.400.2684.4736.1958.82
Hex9DBC70100281A54243b
Octal23527416020050321244473
Binary10011101101111001110000100000101000110101010100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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