#8DBB70

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

Shades of Olivine #8DBB70

Tints of Olivine #8DBB70

Color information

#8DBB70 (or 0x8DBB70) is unknown color: approx Olivine. HEX triplet: 8D, BB and 70. RGB value is (141,187,112). Sum of RGB (Red+Green+Blue) = 141+187+112=440 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.05% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBB70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBB70 is #72448F. Grayscale: #A4A4A4. Windows color (decimal): -7488656 or 7388045. OLE color: 7388045.

HSL color Cylindrical-coordinate representation of color #8DBB70: hue angle of 96.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DBB70 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB141187112-
CMYK0.2500.400.27
HSL96.8º35.55%58.63%-
HSV(B)96.8º40.11%73.33%-
XYZ31.6842.3721.84-
YUV164.798.26111.1-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.05%
GREEN value IS 187 (73.44% from 255) = 42.5%
BLUE value IS 112 (44.14% from 255) = 25.45%
R=32.05%
G=42.5%
B=25.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411871120.2500.400.2796.835.5558.63
Hex8DBB70190281B61243b
Octal21527316031050331414473
Binary10001101101110111110000110010101000110111100001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DBB70; }

 p { color: rgb(141,187,112); }

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

<style>
 a { background-color: #8DBB70; }

 a { background-color: rgb(141,187,112); }

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

<style>
 span { border-color: #8DBB70; }

 span { border-color: rgb(141,187,112); }

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