#A4C76F

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

Shades of Olivine #A4C76F

Tints of Olivine #A4C76F

Color information

#A4C76F (or 0xA4C76F) is unknown color: approx Olivine. HEX triplet: A4, C7 and 6F. RGB value is (164,199,111). Sum of RGB (Red+Green+Blue) = 164+199+111=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 199 (78.12% from 255 or 41.98% from 474); Blue value is 111 (43.75% from 255 or 23.42% from 474); Max value from RGB is 199 - color contains mainly: green. Hex color #A4C76F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C76F is #5B3890. Grayscale: #B2B2B2. Windows color (decimal): -5978257 or 7325604. OLE color: 7325604.

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

Color convert

RGB164199111-
CMYK0.1800.440.22
HSL83.86º44%60.78%-
HSV(B)83.86º44.22%78.04%-
XYZ38.649.8922.63-
YUV178.589.9117.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.60%
GREEN value IS 199 (78.12% from 255) = 41.98%
BLUE value IS 111 (43.75% from 255) = 23.42%
R=34.60%
G=41.98%
B=23.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1641991110.1800.440.2283.864460.78
HexA4C76F1202C16542c3d
Octal24430715722054261245475
Binary10100100110001111101111100100101100101101010100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C76F; }

 p { color: rgb(164,199,111); }

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

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

 a { background-color: rgb(164,199,111); }

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

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

 span { border-color: rgb(164,199,111); }

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