#A0C07A

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

Shades of Olivine #A0C07A

Tints of Olivine #A0C07A

Color information

#A0C07A (or 0xA0C07A) is unknown color: approx Olivine. HEX triplet: A0, C0 and 7A. RGB value is (160,192,122). Sum of RGB (Red+Green+Blue) = 160+192+122=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C07A is #5F3F85. Grayscale: #AEAEAE. Windows color (decimal): -6242182 or 8044704. OLE color: 8044704.

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

Color convert

RGB160192122-
CMYK0.1700.360.25
HSL87.43º35.71%61.57%-
HSV(B)87.43º36.46%75.29%-
XYZ36.8646.5825.46-
YUV174.4598.4117.69-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.76%
GREEN value IS 192 (75.39% from 255) = 40.51%
BLUE value IS 122 (48.05% from 255) = 25.74%
R=33.76%
G=40.51%
B=25.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601921220.1700.360.2587.4335.7161.57
HexA0C07A110241957243e
Octal24030017221044311274476
Binary10100000110000001111010100010100100110011010111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C07A; }

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

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

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

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

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

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

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

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