#A7BB6C

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

Shades of Olivine #A7BB6C

Tints of Olivine #A7BB6C

Color information

#A7BB6C (or 0xA7BB6C) is unknown color: approx Olivine. HEX triplet: A7, BB and 6C. RGB value is (167,187,108). Sum of RGB (Red+Green+Blue) = 167+187+108=462 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.15% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 187 - color contains mainly: green. Hex color #A7BB6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BB6C is #584493. Grayscale: #ACACAC. Windows color (decimal): -5784724 or 7125927. OLE color: 7125927.

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

Color convert

RGB167187108-
CMYK0.1100.420.27
HSL75.19º36.74%57.84%-
HSV(B)75.19º42.25%73.33%-
XYZ36.4144.8420.92-
YUV172.0191.87124.42-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.15%
GREEN value IS 187 (73.44% from 255) = 40.48%
BLUE value IS 108 (42.58% from 255) = 23.38%
R=36.15%
G=40.48%
B=23.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671871080.1100.420.2775.1936.7457.84
HexA7BB6CB02A1B4b253a
Octal24727315413052331134572
Binary1010011110111011110110010110101010110111001011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BB6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BB6C; }

 p { color: rgb(167,187,108); }

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

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

 a { background-color: rgb(167,187,108); }

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

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

 span { border-color: rgb(167,187,108); }

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