#768061

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

Shades of Camouflage Green #768061

Tints of Camouflage Green #768061

Color information

#768061 (or 0x768061) is unknown color: approx Camouflage Green. HEX triplet: 76, 80 and 61. RGB value is (118,128,97). Sum of RGB (Red+Green+Blue) = 118+128+97=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 97 (38.28% from 255 or 28.28% from 343); Max value from RGB is 128 - color contains mainly: green. Hex color #768061 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768061 is #897F9E. Grayscale: #797979. Windows color (decimal): -9011103 or 6389878. OLE color: 6389878.

HSL color Cylindrical-coordinate representation of color #768061: hue angle of 79.35º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #768061 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB11812897-
CMYK0.0800.240.50
HSL79.35º13.78%44.12%-
HSV(B)79.35º24.22%50.2%-
XYZ17.3520.1514.28-
YUV121.48114.19125.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.40%
GREEN value IS 128 (50.39% from 255) = 37.32%
BLUE value IS 97 (38.28% from 255) = 28.28%
R=34.40%
G=37.32%
B=28.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal118128970.0800.240.5079.3513.7844.12
Hex7680618018324fe2c
Octal16620014110030621171654
Binary1110110100000001100001100001100011001010011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768061; }

 p { color: rgb(118,128,97); }

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

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

 a { background-color: rgb(118,128,97); }

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

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

 span { border-color: rgb(118,128,97); }

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