#768965

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

Shades of Camouflage Green #768965

Tints of Camouflage Green #768965

Color information

#768965 (or 0x768965) is unknown color: approx Camouflage Green. HEX triplet: 76, 89 and 65. RGB value is (118,137,101). Sum of RGB (Red+Green+Blue) = 118+137+101=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 137 - color contains mainly: green. Hex color #768965 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768965 is #89769A. Grayscale: #7F7F7F. Windows color (decimal): -9008795 or 6654326. OLE color: 6654326.

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

Color convert

RGB118137101-
CMYK0.1400.260.46
HSL91.67º15.13%46.67%-
HSV(B)91.67º26.28%53.73%-
XYZ18.7722.6815.7-
YUV127.21113.21121.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.15%
GREEN value IS 137 (53.91% from 255) = 38.48%
BLUE value IS 101 (39.84% from 255) = 28.37%
R=33.15%
G=38.48%
B=28.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1181371010.1400.260.4691.6715.1346.67
Hex768965E01A2E5cf2f
Octal16621114516032561341757
Binary1110110100010011100101111001101010111010111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768965; }

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

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

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

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

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

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

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

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