#a7c96b

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

Shades of Olivine #A7C96B

Tints of Olivine #A7C96B

Color information

#A7C96B (or 0xA7C96B) is unknown color: approx Olivine. HEX triplet: A7, C9 and 6B. RGB value is (167,201,107). Sum of RGB (Red+Green+Blue) = 167+201+107=475 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.16% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 201 - color contains mainly: green. Hex color #A7C96B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C96B is #583694. Grayscale: #B4B4B4. Windows color (decimal): -5781141 or 7063975. OLE color: 7063975.

HSL color Cylindrical-coordinate representation of color #A7C96B: hue angle of 81.7º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A7C96B is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB167201107-
CMYK0.1700.470.21
HSL81.7º46.53%60.39%-
HSV(B)81.7º46.77%78.82%-
XYZ39.4851.0521.68-
YUV180.1286.74118.64-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.16%
GREEN value IS 201 (78.91% from 255) = 42.32%
BLUE value IS 107 (42.19% from 255) = 22.53%
R=35.16%
G=42.32%
B=22.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1672011070.1700.470.2181.746.5360.39
HexA7C96B1102F15522f3c
Octal24731115321057251225774
Binary10100111110010011101011100010101111101011010010101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7c96b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7c96b; }

 p { color: rgb(167,201,107); }

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

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

 a { background-color: rgb(167,201,107); }

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

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

 span { border-color: rgb(167,201,107); }

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