#A4C765

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

Shades of Olivine #A4C765

Tints of Olivine #A4C765

Color information

#A4C765 (or 0xA4C765) is unknown color: approx Olivine. HEX triplet: A4, C7 and 65. RGB value is (164,199,101). Sum of RGB (Red+Green+Blue) = 164+199+101=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 199 (78.12% from 255 or 42.89% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 199 - color contains mainly: green. Hex color #A4C765 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C765 is #5B389A. Grayscale: #B1B1B1. Windows color (decimal): -5978267 or 6670244. OLE color: 6670244.

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

Color convert

RGB164199101-
CMYK0.1800.490.22
HSL81.43º46.67%58.82%-
HSV(B)81.43º49.25%78.04%-
XYZ38.0849.6819.89-
YUV177.3684.9118.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.34%
GREEN value IS 199 (78.12% from 255) = 42.89%
BLUE value IS 101 (39.84% from 255) = 21.77%
R=35.34%
G=42.89%
B=21.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1641991010.1800.490.2281.4346.6758.82
HexA4C7651203116512f3b
Octal24430714522061261215773
Binary10100100110001111100101100100110001101101010001101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C765; }

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

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

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

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

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

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

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

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