#768161

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

Shades of Camouflage Green #768161

Tints of Camouflage Green #768161

Color information

#768161 (or 0x768161) is unknown color: approx Camouflage Green. HEX triplet: 76, 81 and 61. RGB value is (118,129,97). Sum of RGB (Red+Green+Blue) = 118+129+97=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 129 (50.78% from 255 or 37.5% from 344); Blue value is 97 (38.28% from 255 or 28.20% from 344); Max value from RGB is 129 - color contains mainly: green. Hex color #768161 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768161 is #897E9E. Grayscale: #7A7A7A. Windows color (decimal): -9010847 or 6390134. OLE color: 6390134.

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

Color convert

RGB11812997-
CMYK0.0900.250.49
HSL80.63º14.16%44.31%-
HSV(B)80.63º24.81%50.59%-
XYZ17.4820.4214.33-
YUV122.06113.86125.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.30%
GREEN value IS 129 (50.78% from 255) = 37.5%
BLUE value IS 97 (38.28% from 255) = 28.20%
R=34.30%
G=37.5%
B=28.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118129970.0900.250.4980.6314.1644.31
Hex76816190193151e2c
Octal16620114111031611211654
Binary1110110100000011100001100101100111000110100011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768161; }

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

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

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

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

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

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

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

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