#A0C065

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

Shades of Olivine #A0C065

Tints of Olivine #A0C065

Color information

#A0C065 (or 0xA0C065) is unknown color: approx Olivine. HEX triplet: A0, C0 and 65. RGB value is (160,192,101). Sum of RGB (Red+Green+Blue) = 160+192+101=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 101 (39.84% from 255 or 22.30% from 453); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C065 is #5F3F9A. Grayscale: #ACACAC. Windows color (decimal): -6242203 or 6668448. OLE color: 6668448.

HSL color Cylindrical-coordinate representation of color #A0C065: hue angle of 81.1º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0C065 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB160192101-
CMYK0.1700.470.25
HSL81.1º41.94%57.45%-
HSV(B)81.1º47.4%75.29%-
XYZ35.746.1119.33-
YUV172.0687.9119.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.32%
GREEN value IS 192 (75.39% from 255) = 42.38%
BLUE value IS 101 (39.84% from 255) = 22.30%
R=35.32%
G=42.38%
B=22.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601921010.1700.470.2581.141.9457.45
HexA0C0651102F19512a39
Octal24030014521057311215271
Binary10100000110000001100101100010101111110011010001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C065; }

 p { color: rgb(160,192,101); }

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

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

 a { background-color: rgb(160,192,101); }

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

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

 span { border-color: rgb(160,192,101); }

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