#A5C676

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

Shades of Olivine #A5C676

Tints of Olivine #A5C676

Color information

#A5C676 (or 0xA5C676) is unknown color: approx Olivine. HEX triplet: A5, C6 and 76. RGB value is (165,198,118). Sum of RGB (Red+Green+Blue) = 165+198+118=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 198 (77.73% from 255 or 41.16% from 481); Blue value is 118 (46.48% from 255 or 24.53% from 481); Max value from RGB is 198 - color contains mainly: green. Hex color #A5C676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C676 is #5A3989. Grayscale: #B3B3B3. Windows color (decimal): -5912970 or 7784101. OLE color: 7784101.

HSL color Cylindrical-coordinate representation of color #A5C676: hue angle of 84.75º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5C676 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB165198118-
CMYK0.1700.400.22
HSL84.75º41.24%61.96%-
HSV(B)84.75º40.4%77.65%-
XYZ38.9849.724.68-
YUV179.0193.57118-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.30%
GREEN value IS 198 (77.73% from 255) = 41.16%
BLUE value IS 118 (46.48% from 255) = 24.53%
R=34.30%
G=41.16%
B=24.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1651981180.1700.400.2284.7541.2461.96
HexA5C676110281655293e
Octal24530616621050261255176
Binary10100101110001101110110100010101000101101010101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C676; }

 p { color: rgb(165,198,118); }

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

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

 a { background-color: rgb(165,198,118); }

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

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

 span { border-color: rgb(165,198,118); }

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