#A4CA78

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

Shades of Olivine #A4CA78

Tints of Olivine #A4CA78

Color information

#A4CA78 (or 0xA4CA78) is unknown color: approx Olivine. HEX triplet: A4, CA and 78. RGB value is (164,202,120). Sum of RGB (Red+Green+Blue) = 164+202+120=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CA78 is #5B3587. Grayscale: #B5B5B5. Windows color (decimal): -5977480 or 7916196. OLE color: 7916196.

HSL color Cylindrical-coordinate representation of color #A4CA78: hue angle of 87.8º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A4CA78 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB164202120-
CMYK0.1900.410.21
HSL87.8º43.62%63.14%-
HSV(B)87.8º40.59%79.22%-
XYZ39.8251.4925.61-
YUV181.2993.41115.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.74%
GREEN value IS 202 (79.30% from 255) = 41.56%
BLUE value IS 120 (47.27% from 255) = 24.69%
R=33.74%
G=41.56%
B=24.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1642021200.1900.410.2187.843.6263.14
HexA4CA781302915582c3f
Octal24431217023051251305477
Binary10100100110010101111000100110101001101011011000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CA78; }

 p { color: rgb(164,202,120); }

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

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

 a { background-color: rgb(164,202,120); }

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

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

 span { border-color: rgb(164,202,120); }

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