#8DA574

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

Shades of Olivine #8DA574

Tints of Olivine #8DA574

Color information

#8DA574 (or 0x8DA574) is unknown color: approx Olivine. HEX triplet: 8D, A5 and 74. RGB value is (141,165,116). Sum of RGB (Red+Green+Blue) = 141+165+116=422 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.41% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 116 (45.70% from 255 or 27.49% from 422); Max value from RGB is 165 - color contains mainly: green. Hex color #8DA574 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA574 is #725A8B. Grayscale: #989898. Windows color (decimal): -7494284 or 7644557. OLE color: 7644557.

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

Color convert

RGB141165116-
CMYK0.1500.300.35
HSL89.39º21.4%55.1%-
HSV(B)89.39º29.7%64.71%-
XYZ27.5933.8321.6-
YUV152.24107.55119.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.41%
GREEN value IS 165 (64.84% from 255) = 39.10%
BLUE value IS 116 (45.70% from 255) = 27.49%
R=33.41%
G=39.10%
B=27.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1411651160.1500.300.3589.3921.455.1
Hex8DA574F01E23591537
Octal21524516417036431312567
Binary100011011010010111101001111011110100011101100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,165,116); }

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

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

 a { background-color: rgb(141,165,116); }

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

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

 span { border-color: rgb(141,165,116); }

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