#A7C36A

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

Shades of Olivine #A7C36A

Tints of Olivine #A7C36A

Color information

#A7C36A (or 0xA7C36A) is unknown color: approx Olivine. HEX triplet: A7, C3 and 6A. RGB value is (167,195,106). Sum of RGB (Red+Green+Blue) = 167+195+106=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 106 (41.80% from 255 or 22.65% from 468); Max value from RGB is 195 - color contains mainly: green. Hex color #A7C36A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C36A is #583C95. Grayscale: #B0B0B0. Windows color (decimal): -5782678 or 6996903. OLE color: 6996903.

HSL color Cylindrical-coordinate representation of color #A7C36A: hue angle of 78.88º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A7C36A is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB167195106-
CMYK0.1400.460.24
HSL78.88º42.58%59.02%-
HSV(B)78.88º45.64%76.47%-
XYZ38.0548.2920.95-
YUV176.4888.22121.24-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.68%
GREEN value IS 195 (76.56% from 255) = 41.67%
BLUE value IS 106 (41.80% from 255) = 22.65%
R=35.68%
G=41.67%
B=22.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671951060.1400.460.2478.8842.5859.02
HexA7C36AE02E184f2b3b
Octal24730315216056301175373
Binary1010011111000011110101011100101110110001001111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C36A; }

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

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

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

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

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

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

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

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