#8DB67A

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

Shades of Olivine #8DB67A

Tints of Olivine #8DB67A

Color information

#8DB67A (or 0x8DB67A) is unknown color: approx Olivine. HEX triplet: 8D, B6 and 7A. RGB value is (141,182,122). Sum of RGB (Red+Green+Blue) = 141+182+122=445 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.69% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB67A is #724985. Grayscale: #A3A3A3. Windows color (decimal): -7489926 or 8042125. OLE color: 8042125.

HSL color Cylindrical-coordinate representation of color #8DB67A: hue angle of 101º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DB67A is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB141182122-
CMYK0.2300.330.29
HSL101º29.13%59.61%-
HSV(B)101º32.97%71.37%-
XYZ31.2340.5224.59-
YUV162.9104.92112.38-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.69%
GREEN value IS 182 (71.48% from 255) = 40.90%
BLUE value IS 122 (48.05% from 255) = 27.42%
R=31.69%
G=40.90%
B=27.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1411821220.2300.330.2910129.1359.61
Hex8DB67A170211D651d3c
Octal21526617227041351453574
Binary1000110110110110111101010111010000111101110010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,182,122); }

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

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

 a { background-color: rgb(141,182,122); }

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

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

 span { border-color: rgb(141,182,122); }

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