#768964

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

Shades of Camouflage Green #768964

Tints of Camouflage Green #768964

Color information

#768964 (or 0x768964) is unknown color: approx Camouflage Green. HEX triplet: 76, 89 and 64. RGB value is (118,137,100). Sum of RGB (Red+Green+Blue) = 118+137+100=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 137 (53.91% from 255 or 38.59% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 137 - color contains mainly: green. Hex color #768964 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768964 is #89769B. Grayscale: #7F7F7F. Windows color (decimal): -9008796 or 6588790. OLE color: 6588790.

HSL color Cylindrical-coordinate representation of color #768964: hue angle of 90.81º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #768964 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB118137100-
CMYK0.1400.270.46
HSL90.81º15.61%46.47%-
HSV(B)90.81º27.01%53.73%-
XYZ18.7222.6615.44-
YUV127.1112.71121.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.24%
GREEN value IS 137 (53.91% from 255) = 38.59%
BLUE value IS 100 (39.45% from 255) = 28.17%
R=33.24%
G=38.59%
B=28.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1181371000.1400.270.4690.8115.6146.47
Hex768964E01B2E5b102e
Octal16621114416033561332056
Binary11101101000100111001001110011011101110101101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768964; }

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

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

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

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

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

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

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

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