#8DB97B

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

Shades of Olivine #8DB97B

Tints of Olivine #8DB97B

Color information

#8DB97B (or 0x8DB97B) is unknown color: approx Olivine. HEX triplet: 8D, B9 and 7B. RGB value is (141,185,123). Sum of RGB (Red+Green+Blue) = 141+185+123=449 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.40% from 449); Green value is 185 (72.66% from 255 or 41.20% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB97B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB97B is #724684. Grayscale: #A4A4A4. Windows color (decimal): -7489157 or 8108429. OLE color: 8108429.

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

Color convert

RGB141185123-
CMYK0.2400.340.27
HSL102.58º30.69%60.39%-
HSV(B)102.58º33.51%72.55%-
XYZ31.9141.7925.12-
YUV164.78104.42111.04-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.40%
GREEN value IS 185 (72.66% from 255) = 41.20%
BLUE value IS 123 (48.44% from 255) = 27.39%
R=31.40%
G=41.20%
B=27.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411851230.2400.340.27102.5830.6960.39
Hex8DB97B180221B671f3c
Octal21527117330042331473774
Binary1000110110111001111101111000010001011011110011111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,185,123); }

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

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

 a { background-color: rgb(141,185,123); }

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

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

 span { border-color: rgb(141,185,123); }

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