#A7CC6C

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

Shades of Olivine #A7CC6C

Tints of Olivine #A7CC6C

Color information

#A7CC6C (or 0xA7CC6C) is unknown color: approx Olivine. HEX triplet: A7, CC and 6C. RGB value is (167,204,108). Sum of RGB (Red+Green+Blue) = 167+204+108=479 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.86% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 204 - color contains mainly: green. Hex color #A7CC6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CC6C is #583393. Grayscale: #B6B6B6. Windows color (decimal): -5780372 or 7130279. OLE color: 7130279.

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

Color convert

RGB167204108-
CMYK0.1800.470.2
HSL83.12º48.48%61.18%-
HSV(B)83.12º47.06%80%-
XYZ40.2452.4822.2-
YUV181.9986.24117.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.86%
GREEN value IS 204 (80.08% from 255) = 42.59%
BLUE value IS 108 (42.58% from 255) = 22.55%
R=34.86%
G=42.59%
B=22.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1672041080.1800.470.283.1248.4861.18
HexA7CC6C1202F1453303d
Octal24731415422057241236075
Binary10100111110011001101100100100101111101001010011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CC6C; }

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

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

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

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

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

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

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

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