#A7CF6C

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

Shades of Olivine #A7CF6C

Tints of Olivine #A7CF6C

Color information

#A7CF6C (or 0xA7CF6C) is unknown color: approx Olivine. HEX triplet: A7, CF and 6C. RGB value is (167,207,108). Sum of RGB (Red+Green+Blue) = 167+207+108=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 207 - color contains mainly: green. Hex color #A7CF6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CF6C is #583093. Grayscale: #B8B8B8. Windows color (decimal): -5779604 or 7131047. OLE color: 7131047.

HSL color Cylindrical-coordinate representation of color #A7CF6C: hue angle of 84.24º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A7CF6C is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB167207108-
CMYK0.1900.480.19
HSL84.24º50.77%61.76%-
HSV(B)84.24º47.83%81.18%-
XYZ40.9653.9222.44-
YUV183.7585.25116.05-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.65%
GREEN value IS 207 (81.25% from 255) = 42.95%
BLUE value IS 108 (42.58% from 255) = 22.41%
R=34.65%
G=42.95%
B=22.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1672071080.1900.480.1984.2450.7761.76
HexA7CF6C130301354333e
Octal24731715423060231246376
Binary10100111110011111101100100110110000100111010100110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CF6C; }

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

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

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

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

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

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

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

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