#8DB67C

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

Shades of Olivine #8DB67C

Tints of Olivine #8DB67C

Color information

#8DB67C (or 0x8DB67C) is unknown color: approx Olivine. HEX triplet: 8D, B6 and 7C. RGB value is (141,182,124). Sum of RGB (Red+Green+Blue) = 141+182+124=447 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.54% from 447); Green value is 182 (71.48% from 255 or 40.72% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB67C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB67C is #724983. Grayscale: #A3A3A3. Windows color (decimal): -7489924 or 8173197. OLE color: 8173197.

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

Color convert

RGB141182124-
CMYK0.2300.320.29
HSL102.41º28.43%60%-
HSV(B)102.41º31.87%71.37%-
XYZ31.3540.5725.25-
YUV163.13105.92112.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.54%
GREEN value IS 182 (71.48% from 255) = 40.72%
BLUE value IS 124 (48.83% from 255) = 27.74%
R=31.54%
G=40.72%
B=27.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1411821240.2300.320.29102.4128.4360
Hex8DB67C170201D661c3c
Octal21526617427040351463474
Binary1000110110110110111110010111010000011101110011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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