#768764

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

Shades of Camouflage Green #768764

Tints of Camouflage Green #768764

Color information

#768764 (or 0x768764) is unknown color: approx Camouflage Green. HEX triplet: 76, 87 and 64. RGB value is (118,135,100). Sum of RGB (Red+Green+Blue) = 118+135+100=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 135 (53.12% from 255 or 38.24% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 135 - color contains mainly: green. Hex color #768764 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768764 is #89789B. Grayscale: #7E7E7E. Windows color (decimal): -9009308 or 6588278. OLE color: 6588278.

HSL color Cylindrical-coordinate representation of color #768764: hue angle of 89.14º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #768764 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB118135100-
CMYK0.1300.260.47
HSL89.14º14.89%46.08%-
HSV(B)89.14º25.93%52.94%-
XYZ18.4422.115.35-
YUV125.93113.37122.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.43%
GREEN value IS 135 (53.12% from 255) = 38.24%
BLUE value IS 100 (39.45% from 255) = 28.33%
R=33.43%
G=38.24%
B=28.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1181351000.1300.260.4789.1414.8946.08
Hex768764D01A2F59f2e
Octal16620714415032571311756
Binary1110110100001111100100110101101010111110110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768764; }

 p { color: rgb(118,135,100); }

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

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

 a { background-color: rgb(118,135,100); }

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

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

 span { border-color: rgb(118,135,100); }

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