#A7C07F

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

Shades of Caper #A7C07F

Tints of Caper #A7C07F

Color information

#A7C07F (or 0xA7C07F) is unknown color: approx Caper. HEX triplet: A7, C0 and 7F. RGB value is (167,192,127). Sum of RGB (Red+Green+Blue) = 167+192+127=486 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.36% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 192 - color contains mainly: green. Hex color #A7C07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C07F is #583F80. Grayscale: #B1B1B1. Windows color (decimal): -5783425 or 8372391. OLE color: 8372391.

HSL color Cylindrical-coordinate representation of color #A7C07F: hue angle of 83.08º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7C07F is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB167192127-
CMYK0.1300.340.25
HSL83.08º34.03%62.55%-
HSV(B)83.08º33.85%75.29%-
XYZ38.6247.4527.2-
YUV177.1299.72120.79-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.36%
GREEN value IS 192 (75.39% from 255) = 39.51%
BLUE value IS 127 (50% from 255) = 26.13%
R=34.36%
G=39.51%
B=26.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671921270.1300.340.2583.0834.0362.55
HexA7C07FD0221953223f
Octal24730017715042311234277
Binary1010011111000000111111111010100010110011010011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C07F; }

 p { color: rgb(167,192,127); }

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

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

 a { background-color: rgb(167,192,127); }

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

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

 span { border-color: rgb(167,192,127); }

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