#A5C76E

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

Shades of Olivine #A5C76E

Tints of Olivine #A5C76E

Color information

#A5C76E (or 0xA5C76E) is unknown color: approx Olivine. HEX triplet: A5, C7 and 6E. RGB value is (165,199,110). Sum of RGB (Red+Green+Blue) = 165+199+110=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 199 (78.12% from 255 or 41.98% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 199 - color contains mainly: green. Hex color #A5C76E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5C76E is #5A3891. Grayscale: #B3B3B3. Windows color (decimal): -5912722 or 7260069. OLE color: 7260069.

HSL color Cylindrical-coordinate representation of color #A5C76E: hue angle of 82.92º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A5C76E is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB165199110-
CMYK0.1700.450.22
HSL82.92º44.28%60.59%-
HSV(B)82.92º44.72%78.04%-
XYZ38.7549.9722.35-
YUV178.6989.24118.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.81%
GREEN value IS 199 (78.12% from 255) = 41.98%
BLUE value IS 110 (43.36% from 255) = 23.21%
R=34.81%
G=41.98%
B=23.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1651991100.1700.450.2282.9244.2860.59
HexA5C76E1102D16532c3d
Octal24530715621055261235475
Binary10100101110001111101110100010101101101101010011101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C76E; }

 p { color: rgb(165,199,110); }

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

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

 a { background-color: rgb(165,199,110); }

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

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

 span { border-color: rgb(165,199,110); }

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