#768063

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

Shades of Camouflage Green #768063

Tints of Camouflage Green #768063

Color information

#768063 (or 0x768063) is unknown color: approx Camouflage Green. HEX triplet: 76, 80 and 63. RGB value is (118,128,99). Sum of RGB (Red+Green+Blue) = 118+128+99=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 128 - color contains mainly: green. Hex color #768063 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768063 is #897F9C. Grayscale: #797979. Windows color (decimal): -9011101 or 6520950. OLE color: 6520950.

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

Color convert

RGB11812899-
CMYK0.0800.230.50
HSL80.69º12.78%44.51%-
HSV(B)80.69º22.66%50.2%-
XYZ17.4420.1914.78-
YUV121.7115.19125.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.20%
GREEN value IS 128 (50.39% from 255) = 37.10%
BLUE value IS 99 (39.06% from 255) = 28.70%
R=34.20%
G=37.10%
B=28.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal118128990.0800.230.5080.6912.7844.51
Hex76806380173251d2d
Octal16620014310027621211555
Binary1110110100000001100011100001011111001010100011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768063; }

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

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

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

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

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

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

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

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