#76856A

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

Shades of Camouflage Green #76856A

Tints of Camouflage Green #76856A

Color information

#76856A (or 0x76856A) is unknown color: approx Camouflage Green. HEX triplet: 76, 85 and 6A. RGB value is (118,133,106). Sum of RGB (Red+Green+Blue) = 118+133+106=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 133 - color contains mainly: green. Hex color #76856A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76856A is #897A95. Grayscale: #7D7D7D. Windows color (decimal): -9009814 or 6980982. OLE color: 6980982.

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

Color convert

RGB118133106-
CMYK0.1100.200.48
HSL93.33º11.3%46.86%-
HSV(B)93.33º20.3%52.16%-
XYZ18.4621.6716.84-
YUV125.44117.03122.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.05%
GREEN value IS 133 (52.34% from 255) = 37.25%
BLUE value IS 106 (41.80% from 255) = 29.69%
R=33.05%
G=37.25%
B=29.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1181331060.1100.200.4893.3311.346.86
Hex76856AB014305db2f
Octal16620515213024601351357
Binary1110110100001011101010101101010011000010111011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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