#768661

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

Shades of Camouflage Green #768661

Tints of Camouflage Green #768661

Color information

#768661 (or 0x768661) is unknown color: approx Camouflage Green. HEX triplet: 76, 86 and 61. RGB value is (118,134,97). Sum of RGB (Red+Green+Blue) = 118+134+97=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 97 (38.28% from 255 or 27.79% from 349); Max value from RGB is 134 - color contains mainly: green. Hex color #768661 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768661 is #89799E. Grayscale: #7D7D7D. Windows color (decimal): -9009567 or 6391414. OLE color: 6391414.

HSL color Cylindrical-coordinate representation of color #768661: hue angle of 85.95º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #768661 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB11813497-
CMYK0.1200.280.47
HSL85.95º16.02%45.29%-
HSV(B)85.95º27.61%52.55%-
XYZ18.1521.7614.55-
YUV125112.2123.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.81%
GREEN value IS 134 (52.73% from 255) = 38.40%
BLUE value IS 97 (38.28% from 255) = 27.79%
R=33.81%
G=38.40%
B=27.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118134970.1200.280.4785.9516.0245.29
Hex768661C01C2F56102d
Octal16620614114034571262055
Binary11101101000011011000011100011100101111101011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768661; }

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

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

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

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

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

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

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

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