#A0C875

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

Shades of Olivine #A0C875

Tints of Olivine #A0C875

Color information

#A0C875 (or 0xA0C875) is unknown color: approx Olivine. HEX triplet: A0, C8 and 75. RGB value is (160,200,117). Sum of RGB (Red+Green+Blue) = 160+200+117=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 200 (78.52% from 255 or 41.93% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C875 is #5F378A. Grayscale: #B2B2B2. Windows color (decimal): -6240139 or 7719072. OLE color: 7719072.

HSL color Cylindrical-coordinate representation of color #A0C875: hue angle of 88.92º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0C875 is Cyan = 0.2, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB160200117-
CMYK0.200.420.22
HSL88.92º43.01%62.16%-
HSV(B)88.92º41.5%78.43%-
XYZ38.3650.0724.47-
YUV178.5893.25114.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.54%
GREEN value IS 200 (78.52% from 255) = 41.93%
BLUE value IS 117 (46.09% from 255) = 24.53%
R=33.54%
G=41.93%
B=24.53%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1602001170.200.420.2288.9243.0162.16
HexA0C8751402A16592b3e
Octal24031016524052261315376
Binary10100000110010001110101101000101010101101011001101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C875; }

 p { color: rgb(160,200,117); }

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

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

 a { background-color: rgb(160,200,117); }

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

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

 span { border-color: rgb(160,200,117); }

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