#8CAE6D

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

Shades of Olivine #8CAE6D

Tints of Olivine #8CAE6D

Color information

#8CAE6D (or 0x8CAE6D) is unknown color: approx Olivine. HEX triplet: 8C, AE and 6D. RGB value is (140,174,109). Sum of RGB (Red+Green+Blue) = 140+174+109=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 174 - color contains mainly: green. Hex color #8CAE6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAE6D is #735192. Grayscale: #9C9C9C. Windows color (decimal): -7557523 or 7188108. OLE color: 7188108.

HSL color Cylindrical-coordinate representation of color #8CAE6D: hue angle of 91.38º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CAE6D is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB140174109-
CMYK0.2000.370.32
HSL91.38º28.63%55.49%-
HSV(B)91.38º37.36%68.24%-
XYZ28.7136.9520.09-
YUV156.42101.24116.29-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.10%
GREEN value IS 174 (68.36% from 255) = 41.13%
BLUE value IS 109 (42.97% from 255) = 25.77%
R=33.10%
G=41.13%
B=25.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1401741090.2000.370.3291.3828.6355.49
Hex8CAE6D14025205b1d37
Octal21425615524045401333567
Binary10001100101011101101101101000100101100000101101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,174,109); }

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

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

 a { background-color: rgb(140,174,109); }

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

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

 span { border-color: rgb(140,174,109); }

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