#76835F

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

Shades of Camouflage Green #76835F

Tints of Camouflage Green #76835F

Color information

#76835F (or 0x76835F) is unknown color: approx Camouflage Green. HEX triplet: 76, 83 and 5F. RGB value is (118,131,95). Sum of RGB (Red+Green+Blue) = 118+131+95=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 131 - color contains mainly: green. Hex color #76835F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76835F is #897CA0. Grayscale: #7B7B7B. Windows color (decimal): -9010337 or 6259574. OLE color: 6259574.

HSL color Cylindrical-coordinate representation of color #76835F: hue angle of 81.67º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #76835F is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB11813195-
CMYK0.1000.270.49
HSL81.67º15.93%44.31%-
HSV(B)81.67º27.48%51.37%-
XYZ17.6520.9113.93-
YUV123.01112.19124.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.30%
GREEN value IS 131 (51.56% from 255) = 38.08%
BLUE value IS 95 (37.5% from 255) = 27.62%
R=34.30%
G=38.08%
B=27.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118131950.1000.270.4981.6715.9344.31
Hex76835FA01B3152102c
Octal16620313712033611222054
Binary11101101000001110111111010011011110001101001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76835F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76835F; }

 p { color: rgb(118,131,95); }

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

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

 a { background-color: rgb(118,131,95); }

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

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

 span { border-color: rgb(118,131,95); }

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