#768863

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

Shades of Camouflage Green #768863

Tints of Camouflage Green #768863

Color information

#768863 (or 0x768863) is unknown color: approx Camouflage Green. HEX triplet: 76, 88 and 63. RGB value is (118,136,99). Sum of RGB (Red+Green+Blue) = 118+136+99=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 136 - color contains mainly: green. Hex color #768863 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768863 is #89779C. Grayscale: #7E7E7E. Windows color (decimal): -9009053 or 6522998. OLE color: 6522998.

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

Color convert

RGB11813699-
CMYK0.1300.270.47
HSL89.19º15.74%46.08%-
HSV(B)89.19º27.21%53.33%-
XYZ18.5322.3615.14-
YUV126.4112.54122.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.43%
GREEN value IS 136 (53.52% from 255) = 38.53%
BLUE value IS 99 (39.06% from 255) = 28.05%
R=33.43%
G=38.53%
B=28.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118136990.1300.270.4789.1915.7446.08
Hex768863D01B2F59102e
Octal16621014315033571312056
Binary11101101000100011000111101011011101111101100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768863; }

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

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

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

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

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

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

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

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