#76825E

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

Shades of Camouflage Green #76825E

Tints of Camouflage Green #76825E

Color information

#76825E (or 0x76825E) is unknown color: approx Camouflage Green. HEX triplet: 76, 82 and 5E. RGB value is (118,130,94). Sum of RGB (Red+Green+Blue) = 118+130+94=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 130 - color contains mainly: green. Hex color #76825E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76825E is #897DA1. Grayscale: #7A7A7A. Windows color (decimal): -9010594 or 6193782. OLE color: 6193782.

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

Color convert

RGB11813094-
CMYK0.0900.280.49
HSL80º16.07%43.92%-
HSV(B)80º27.69%50.98%-
XYZ17.4720.6213.65-
YUV122.31112.02124.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.50%
GREEN value IS 130 (51.17% from 255) = 38.01%
BLUE value IS 94 (37.11% from 255) = 27.49%
R=34.50%
G=38.01%
B=27.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118130940.0900.280.498016.0743.92
Hex76825E901C3150102c
Octal16620213611034611202054
Binary11101101000001010111101001011100110001101000010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76825E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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