#76856C

Color #76856C Camouflage Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camouflage Green #76856C

Tints of Camouflage Green #76856C

Color information

#76856C (or 0x76856C) is unknown color: approx Camouflage Green. HEX triplet: 76, 85 and 6C. RGB value is (118,133,108). Sum of RGB (Red+Green+Blue) = 118+133+108=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 133 - color contains mainly: green. Hex color #76856C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76856C is #897A93. Grayscale: #7D7D7D. Windows color (decimal): -9009812 or 7112054. OLE color: 7112054.

HSL color Cylindrical-coordinate representation of color #76856C: hue angle of 96º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #76856C is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB118133108-
CMYK0.1100.190.48
HSL96º10.37%47.25%-
HSV(B)96º18.8%52.16%-
XYZ18.5721.7117.4-
YUV125.66118.03122.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.87%
GREEN value IS 133 (52.34% from 255) = 37.05%
BLUE value IS 108 (42.58% from 255) = 30.08%
R=32.87%
G=37.05%
B=30.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1181331080.1100.190.489610.3747.25
Hex76856CB0133060a2f
Octal16620515413023601401257
Binary1110110100001011101100101101001111000011000001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76856C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76856C; }

 p { color: rgb(118,133,108); }

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

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

 a { background-color: rgb(118,133,108); }

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

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

 span { border-color: rgb(118,133,108); }

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