#A0CC75

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

Shades of Olivine #A0CC75

Tints of Olivine #A0CC75

Color information

#A0CC75 (or 0xA0CC75) is unknown color: approx Olivine. HEX triplet: A0, CC and 75. RGB value is (160,204,117). Sum of RGB (Red+Green+Blue) = 160+204+117=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 117 (46.09% from 255 or 24.32% from 481); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CC75 is #5F338A. Grayscale: #B5B5B5. Windows color (decimal): -6239115 or 7720096. OLE color: 7720096.

HSL color Cylindrical-coordinate representation of color #A0CC75: hue angle of 90.34º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0CC75 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB160204117-
CMYK0.2200.430.2
HSL90.34º46.03%62.94%-
HSV(B)90.34º42.65%80%-
XYZ39.351.9424.78-
YUV180.9391.92113.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.26%
GREEN value IS 204 (80.08% from 255) = 42.41%
BLUE value IS 117 (46.09% from 255) = 24.32%
R=33.26%
G=42.41%
B=24.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1602041170.2200.430.290.3446.0362.94
HexA0CC751602B145a2e3f
Octal24031416526053241325677
Binary10100000110011001110101101100101011101001011010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CC75; }

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

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

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

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

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

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

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

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