#A0C061

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

Shades of Olivine #A0C061

Tints of Olivine #A0C061

Color information

#A0C061 (or 0xA0C061) is unknown color: approx Olivine. HEX triplet: A0, C0 and 61. RGB value is (160,192,97). Sum of RGB (Red+Green+Blue) = 160+192+97=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 97 (38.28% from 255 or 21.60% from 449); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C061 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C061 is #5F3F9E. Grayscale: #ABABAB. Windows color (decimal): -6242207 or 6406304. OLE color: 6406304.

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

Color convert

RGB16019297-
CMYK0.1700.490.25
HSL80.21º42.99%56.67%-
HSV(B)80.21º49.48%75.29%-
XYZ35.546.0418.32-
YUV171.685.9119.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.63%
GREEN value IS 192 (75.39% from 255) = 42.76%
BLUE value IS 97 (38.28% from 255) = 21.60%
R=35.63%
G=42.76%
B=21.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal160192970.1700.490.2580.2142.9956.67
HexA0C0611103119502b39
Octal24030014121061311205371
Binary10100000110000001100001100010110001110011010000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C061; }

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

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

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

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

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

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

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

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