#A7CB75

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

Shades of Caper #A7CB75

Tints of Caper #A7CB75

Color information

#A7CB75 (or 0xA7CB75) is unknown color: approx Caper. HEX triplet: A7, CB and 75. RGB value is (167,203,117). Sum of RGB (Red+Green+Blue) = 167+203+117=487 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.29% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 203 - color contains mainly: green. Hex color #A7CB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CB75 is #58348A. Grayscale: #B6B6B6. Windows color (decimal): -5780619 or 7719847. OLE color: 7719847.

HSL color Cylindrical-coordinate representation of color #A7CB75: hue angle of 85.12º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A7CB75 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB167203117-
CMYK0.1800.420.20
HSL85.12º45.26%62.75%-
HSV(B)85.12º42.36%79.61%-
XYZ40.552.2124.77-
YUV182.4391.07116.99-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.29%
GREEN value IS 203 (79.69% from 255) = 41.68%
BLUE value IS 117 (46.09% from 255) = 24.02%
R=34.29%
G=41.68%
B=24.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1672031170.1800.420.2085.1245.2662.75
HexA7CB751202A14552d3f
Octal24731316522052241255577
Binary10100111110010111110101100100101010101001010101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CB75; }

 p { color: rgb(167,203,117); }

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

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

 a { background-color: rgb(167,203,117); }

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

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

 span { border-color: rgb(167,203,117); }

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