#768461

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

Shades of Camouflage Green #768461

Tints of Camouflage Green #768461

Color information

#768461 (or 0x768461) is unknown color: approx Camouflage Green. HEX triplet: 76, 84 and 61. RGB value is (118,132,97). Sum of RGB (Red+Green+Blue) = 118+132+97=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 97 (38.28% from 255 or 27.95% from 347); Max value from RGB is 132 - color contains mainly: green. Hex color #768461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768461 is #897B9E. Grayscale: #7B7B7B. Windows color (decimal): -9010079 or 6390902. OLE color: 6390902.

HSL color Cylindrical-coordinate representation of color #768461: hue angle of 84º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #768461 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB11813297-
CMYK0.1100.270.48
HSL84º15.28%44.9%-
HSV(B)84º26.52%51.76%-
XYZ17.8821.2214.46-
YUV123.82112.86123.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.01%
GREEN value IS 132 (51.95% from 255) = 38.04%
BLUE value IS 97 (38.28% from 255) = 27.95%
R=34.01%
G=38.04%
B=27.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118132970.1100.270.488415.2844.9
Hex768461B01B3054f2d
Octal16620414113033601241755
Binary1110110100001001100001101101101111000010101001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768461; }

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

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

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

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

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

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

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

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