#A7CC6F

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

Shades of Olivine #A7CC6F

Tints of Olivine #A7CC6F

Color information

#A7CC6F (or 0xA7CC6F) is unknown color: approx Olivine. HEX triplet: A7, CC and 6F. RGB value is (167,204,111). Sum of RGB (Red+Green+Blue) = 167+204+111=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 204 - color contains mainly: green. Hex color #A7CC6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CC6F is #583390. Grayscale: #B6B6B6. Windows color (decimal): -5780369 or 7326887. OLE color: 7326887.

HSL color Cylindrical-coordinate representation of color #A7CC6F: hue angle of 83.87º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A7CC6F is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB167204111-
CMYK0.1800.460.2
HSL83.87º47.69%61.76%-
HSV(B)83.87º45.59%80%-
XYZ40.452.5523.05-
YUV182.3387.74117.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.65%
GREEN value IS 204 (80.08% from 255) = 42.32%
BLUE value IS 111 (43.75% from 255) = 23.03%
R=34.65%
G=42.32%
B=23.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1672041110.1800.460.283.8747.6961.76
HexA7CC6F1202E1454303e
Octal24731415722056241246076
Binary10100111110011001101111100100101110101001010100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CC6F; }

 p { color: rgb(167,204,111); }

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

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

 a { background-color: rgb(167,204,111); }

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

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

 span { border-color: rgb(167,204,111); }

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