#8DBB75

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

Shades of Olivine #8DBB75

Tints of Olivine #8DBB75

Color information

#8DBB75 (or 0x8DBB75) is unknown color: approx Olivine. HEX triplet: 8D, BB and 75. RGB value is (141,187,117). Sum of RGB (Red+Green+Blue) = 141+187+117=445 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.69% from 445); Green value is 187 (73.44% from 255 or 42.02% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBB75 is #72448A. Grayscale: #A5A5A5. Windows color (decimal): -7488651 or 7715725. OLE color: 7715725.

HSL color Cylindrical-coordinate representation of color #8DBB75: hue angle of 99.43º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DBB75 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB141187117-
CMYK0.2500.370.27
HSL99.43º33.98%59.61%-
HSV(B)99.43º37.43%73.33%-
XYZ31.9742.4923.35-
YUV165.27100.76110.69-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.69%
GREEN value IS 187 (73.44% from 255) = 42.02%
BLUE value IS 117 (46.09% from 255) = 26.29%
R=31.69%
G=42.02%
B=26.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411871170.2500.370.2799.4333.9859.61
Hex8DBB75190251B63223c
Octal21527316531045331434274
Binary10001101101110111110101110010100101110111100011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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