#A7C06A

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

Shades of Olivine #A7C06A

Tints of Olivine #A7C06A

Color information

#A7C06A (or 0xA7C06A) is unknown color: approx Olivine. HEX triplet: A7, C0 and 6A. RGB value is (167,192,106). Sum of RGB (Red+Green+Blue) = 167+192+106=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #A7C06A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C06A is #583F95. Grayscale: #AFAFAF. Windows color (decimal): -5783446 or 6996135. OLE color: 6996135.

HSL color Cylindrical-coordinate representation of color #A7C06A: hue angle of 77.44º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A7C06A is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB167192106-
CMYK0.1300.450.25
HSL77.44º40.57%58.43%-
HSV(B)77.44º44.79%75.29%-
XYZ37.3946.9620.73-
YUV174.7289.22122.49-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.91%
GREEN value IS 192 (75.39% from 255) = 41.29%
BLUE value IS 106 (41.80% from 255) = 22.80%
R=35.91%
G=41.29%
B=22.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671921060.1300.450.2577.4440.5758.43
HexA7C06AD02D194d293a
Octal24730015215055311155172
Binary1010011111000000110101011010101101110011001101101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C06A; }

 p { color: rgb(167,192,106); }

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

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

 a { background-color: rgb(167,192,106); }

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

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

 span { border-color: rgb(167,192,106); }

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