#A4BB75

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

Shades of Olivine #A4BB75

Tints of Olivine #A4BB75

Color information

#A4BB75 (or 0xA4BB75) is unknown color: approx Olivine. HEX triplet: A4, BB and 75. RGB value is (164,187,117). Sum of RGB (Red+Green+Blue) = 164+187+117=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BB75 is #5B448A. Grayscale: #ACACAC. Windows color (decimal): -5981323 or 7715748. OLE color: 7715748.

HSL color Cylindrical-coordinate representation of color #A4BB75: hue angle of 79.71º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A4BB75 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB164187117-
CMYK0.1200.370.27
HSL79.71º33.98%59.61%-
HSV(B)79.71º37.43%73.33%-
XYZ36.2944.7223.55-
YUV172.1496.88122.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.04%
GREEN value IS 187 (73.44% from 255) = 39.96%
BLUE value IS 117 (46.09% from 255) = 25%
R=35.04%
G=39.96%
B=25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641871170.1200.370.2779.7133.9859.61
HexA4BB75C0251B50223c
Octal24427316514045331204274
Binary1010010010111011111010111000100101110111010000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BB75; }

 p { color: rgb(164,187,117); }

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

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

 a { background-color: rgb(164,187,117); }

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

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

 span { border-color: rgb(164,187,117); }

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