#A7BC68

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

Shades of Olivine #A7BC68

Tints of Olivine #A7BC68

Color information

#A7BC68 (or 0xA7BC68) is unknown color: approx Olivine. HEX triplet: A7, BC and 68. RGB value is (167,188,104). Sum of RGB (Red+Green+Blue) = 167+188+104=459 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.38% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 104 (41.02% from 255 or 22.66% from 459); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BC68 is #584397. Grayscale: #ACACAC. Windows color (decimal): -5784472 or 6864039. OLE color: 6864039.

HSL color Cylindrical-coordinate representation of color #A7BC68: hue angle of 75º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A7BC68 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB167188104-
CMYK0.1100.450.26
HSL75º38.53%57.25%-
HSV(B)75º44.68%73.73%-
XYZ36.4245.1819.9-
YUV172.1489.54124.33-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.38%
GREEN value IS 188 (73.83% from 255) = 40.96%
BLUE value IS 104 (41.02% from 255) = 22.66%
R=36.38%
G=40.96%
B=22.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671881040.1100.450.267538.5357.25
HexA7BC68B02D1A4b2739
Octal24727415013055321134771
Binary1010011110111100110100010110101101110101001011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BC68; }

 p { color: rgb(167,188,104); }

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

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

 a { background-color: rgb(167,188,104); }

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

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

 span { border-color: rgb(167,188,104); }

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