#A4C074

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

Shades of Olivine #A4C074

Tints of Olivine #A4C074

Color information

#A4C074 (or 0xA4C074) is unknown color: approx Olivine. HEX triplet: A4, C0 and 74. RGB value is (164,192,116). Sum of RGB (Red+Green+Blue) = 164+192+116=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 116 (45.70% from 255 or 24.58% from 472); Max value from RGB is 192 - color contains mainly: green. Hex color #A4C074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C074 is #5B3F8B. Grayscale: #AFAFAF. Windows color (decimal): -5980044 or 7651492. OLE color: 7651492.

HSL color Cylindrical-coordinate representation of color #A4C074: hue angle of 82.11º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A4C074 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB164192116-
CMYK0.1500.400.25
HSL82.11º37.62%60.39%-
HSV(B)82.11º39.58%75.29%-
XYZ37.3146.8523.6-
YUV174.9694.72120.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.75%
GREEN value IS 192 (75.39% from 255) = 40.68%
BLUE value IS 116 (45.70% from 255) = 24.58%
R=34.75%
G=40.68%
B=24.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641921160.1500.400.2582.1137.6260.39
HexA4C074F0281952263c
Octal24430016417050311224674
Binary1010010011000000111010011110101000110011010010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C074; }

 p { color: rgb(164,192,116); }

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

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

 a { background-color: rgb(164,192,116); }

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

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

 span { border-color: rgb(164,192,116); }

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