#8DA673

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

Shades of Olivine #8DA673

Tints of Olivine #8DA673

Color information

#8DA673 (or 0x8DA673) is unknown color: approx Olivine. HEX triplet: 8D, A6 and 73. RGB value is (141,166,115). Sum of RGB (Red+Green+Blue) = 141+166+115=422 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.41% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 166 - color contains mainly: green. Hex color #8DA673 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA673 is #72598C. Grayscale: #989898. Windows color (decimal): -7494029 or 7579277. OLE color: 7579277.

HSL color Cylindrical-coordinate representation of color #8DA673: hue angle of 89.41º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DA673 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB141166115-
CMYK0.1500.310.35
HSL89.41º22.27%55.1%-
HSV(B)89.41º30.72%65.1%-
XYZ27.7234.1721.35-
YUV152.71106.72119.65-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.41%
GREEN value IS 166 (65.23% from 255) = 39.34%
BLUE value IS 115 (45.31% from 255) = 27.25%
R=33.41%
G=39.34%
B=27.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1411661150.1500.310.3589.4122.2755.1
Hex8DA673F01F23591637
Octal21524616317037431312667
Binary100011011010011011100111111011111100011101100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,166,115); }

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

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

 a { background-color: rgb(141,166,115); }

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

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

 span { border-color: rgb(141,166,115); }

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