#A7C26D

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

Shades of Olivine #A7C26D

Tints of Olivine #A7C26D

Color information

#A7C26D (or 0xA7C26D) is unknown color: approx Olivine. HEX triplet: A7, C2 and 6D. RGB value is (167,194,109). Sum of RGB (Red+Green+Blue) = 167+194+109=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 194 - color contains mainly: green. Hex color #A7C26D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C26D is #583D92. Grayscale: #B0B0B0. Windows color (decimal): -5782931 or 7193255. OLE color: 7193255.

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

Color convert

RGB167194109-
CMYK0.1400.440.24
HSL79.06º41.06%59.41%-
HSV(B)79.06º43.81%76.08%-
XYZ37.9947.921.71-
YUV176.2490.05121.41-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.53%
GREEN value IS 194 (76.17% from 255) = 41.28%
BLUE value IS 109 (42.97% from 255) = 23.19%
R=35.53%
G=41.28%
B=23.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671941090.1400.440.2479.0641.0659.41
HexA7C26DE02C184f293b
Octal24730215516054301175173
Binary1010011111000010110110111100101100110001001111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C26D; }

 p { color: rgb(167,194,109); }

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

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

 a { background-color: rgb(167,194,109); }

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

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

 span { border-color: rgb(167,194,109); }

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