#768068

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

Shades of Camouflage Green #768068

Tints of Camouflage Green #768068

Color information

#768068 (or 0x768068) is unknown color: approx Camouflage Green. HEX triplet: 76, 80 and 68. RGB value is (118,128,104). Sum of RGB (Red+Green+Blue) = 118+128+104=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 128 - color contains mainly: green. Hex color #768068 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768068 is #897F97. Grayscale: #7A7A7A. Windows color (decimal): -9011096 or 6848630. OLE color: 6848630.

HSL color Cylindrical-coordinate representation of color #768068: hue angle of 85º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #768068 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB118128104-
CMYK0.0800.190.50
HSL85º10.34%45.49%-
HSV(B)85º18.75%50.2%-
XYZ17.6920.2916.08-
YUV122.27117.69124.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.71%
GREEN value IS 128 (50.39% from 255) = 36.57%
BLUE value IS 104 (41.02% from 255) = 29.71%
R=33.71%
G=36.57%
B=29.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1181281040.0800.190.508510.3445.49
Hex76806880133255a2d
Octal16620015010023621251255
Binary1110110100000001101000100001001111001010101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768068; }

 p { color: rgb(118,128,104); }

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

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

 a { background-color: rgb(118,128,104); }

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

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

 span { border-color: rgb(118,128,104); }

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