#A0C073

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

Shades of Olivine #A0C073

Tints of Olivine #A0C073

Color information

#A0C073 (or 0xA0C073) is unknown color: approx Olivine. HEX triplet: A0, C0 and 73. RGB value is (160,192,115). Sum of RGB (Red+Green+Blue) = 160+192+115=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 115 (45.31% from 255 or 24.63% from 467); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C073 is #5F3F8C. Grayscale: #ADADAD. Windows color (decimal): -6242189 or 7585952. OLE color: 7585952.

HSL color Cylindrical-coordinate representation of color #A0C073: hue angle of 84.94º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0C073 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB160192115-
CMYK0.1700.400.25
HSL84.94º37.93%60.2%-
HSV(B)84.94º40.1%75.29%-
XYZ36.4446.4123.26-
YUV173.6594.9118.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.26%
GREEN value IS 192 (75.39% from 255) = 41.11%
BLUE value IS 115 (45.31% from 255) = 24.63%
R=34.26%
G=41.11%
B=24.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601921150.1700.400.2584.9437.9360.2
HexA0C073110281955263c
Octal24030016321050311254674
Binary10100000110000001110011100010101000110011010101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C073; }

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

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

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

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

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

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

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

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