#76825F

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

Shades of Camouflage Green #76825F

Tints of Camouflage Green #76825F

Color information

#76825F (or 0x76825F) is unknown color: approx Camouflage Green. HEX triplet: 76, 82 and 5F. RGB value is (118,130,95). Sum of RGB (Red+Green+Blue) = 118+130+95=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 95 (37.5% from 255 or 27.70% from 343); Max value from RGB is 130 - color contains mainly: green. Hex color #76825F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76825F is #897DA0. Grayscale: #7A7A7A. Windows color (decimal): -9010593 or 6259318. OLE color: 6259318.

HSL color Cylindrical-coordinate representation of color #76825F: hue angle of 80.57º 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 #76825F is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB11813095-
CMYK0.0900.270.49
HSL80.57º15.56%44.12%-
HSV(B)80.57º26.92%50.98%-
XYZ17.5220.6413.89-
YUV122.42112.52124.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.40%
GREEN value IS 130 (51.17% from 255) = 37.90%
BLUE value IS 95 (37.5% from 255) = 27.70%
R=34.40%
G=37.90%
B=27.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118130950.0900.270.4980.5715.5644.12
Hex76825F901B3151102c
Octal16620213711033611212054
Binary11101101000001010111111001011011110001101000110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76825F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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