#768160

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

Shades of Camouflage Green #768160

Tints of Camouflage Green #768160

Color information

#768160 (or 0x768160) is unknown color: approx Camouflage Green. HEX triplet: 76, 81 and 60. RGB value is (118,129,96). Sum of RGB (Red+Green+Blue) = 118+129+96=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 129 - color contains mainly: green. Hex color #768160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768160 is #897E9F. Grayscale: #7A7A7A. Windows color (decimal): -9010848 or 6324598. OLE color: 6324598.

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

Color convert

RGB11812996-
CMYK0.0900.260.49
HSL80º14.67%44.12%-
HSV(B)80º25.58%50.59%-
XYZ17.4320.414.08-
YUV121.95113.36125.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.40%
GREEN value IS 129 (50.78% from 255) = 37.61%
BLUE value IS 96 (37.89% from 255) = 27.99%
R=34.40%
G=37.61%
B=27.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118129960.0900.260.498014.6744.12
Hex768160901A3150f2c
Octal16620114011032611201754
Binary1110110100000011100000100101101011000110100001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768160; }

 p { color: rgb(118,129,96); }

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

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

 a { background-color: rgb(118,129,96); }

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

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

 span { border-color: rgb(118,129,96); }

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