#768663

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

Shades of Camouflage Green #768663

Tints of Camouflage Green #768663

Color information

#768663 (or 0x768663) is unknown color: approx Camouflage Green. HEX triplet: 76, 86 and 63. RGB value is (118,134,99). Sum of RGB (Red+Green+Blue) = 118+134+99=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 99 (39.06% from 255 or 28.21% from 351); Max value from RGB is 134 - color contains mainly: green. Hex color #768663 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768663 is #89799C. Grayscale: #7D7D7D. Windows color (decimal): -9009565 or 6522486. OLE color: 6522486.

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

Color convert

RGB11813499-
CMYK0.1200.260.47
HSL87.43º15.02%45.69%-
HSV(B)87.43º26.12%52.55%-
XYZ18.2521.815.05-
YUV125.23113.2122.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.62%
GREEN value IS 134 (52.73% from 255) = 38.18%
BLUE value IS 99 (39.06% from 255) = 28.21%
R=33.62%
G=38.18%
B=28.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118134990.1200.260.4787.4315.0245.69
Hex768663C01A2F57f2e
Octal16620614314032571271756
Binary1110110100001101100011110001101010111110101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768663; }

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

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

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

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

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

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

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

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