#A7CC6B

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

Shades of Olivine #A7CC6B

Tints of Olivine #A7CC6B

Color information

#A7CC6B (or 0xA7CC6B) is unknown color: approx Olivine. HEX triplet: A7, CC and 6B. RGB value is (167,204,107). Sum of RGB (Red+Green+Blue) = 167+204+107=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 204 - color contains mainly: green. Hex color #A7CC6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CC6B is #583394. Grayscale: #B6B6B6. Windows color (decimal): -5780373 or 7064743. OLE color: 7064743.

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

Color convert

RGB167204107-
CMYK0.1800.480.2
HSL82.89º48.74%60.98%-
HSV(B)82.89º47.55%80%-
XYZ40.1852.4621.92-
YUV181.8885.74117.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.94%
GREEN value IS 204 (80.08% from 255) = 42.68%
BLUE value IS 107 (42.19% from 255) = 22.38%
R=34.94%
G=42.68%
B=22.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1672041070.1800.480.282.8948.7460.98
HexA7CC6B120301453313d
Octal24731415322060241236175
Binary10100111110011001101011100100110000101001010011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CC6B; }

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

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

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

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

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

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

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

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