#768862

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

Shades of Camouflage Green #768862

Tints of Camouflage Green #768862

Color information

#768862 (or 0x768862) is unknown color: approx Camouflage Green. HEX triplet: 76, 88 and 62. RGB value is (118,136,98). Sum of RGB (Red+Green+Blue) = 118+136+98=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 136 - color contains mainly: green. Hex color #768862 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768862 is #89779D. Grayscale: #7E7E7E. Windows color (decimal): -9009054 or 6457462. OLE color: 6457462.

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

Color convert

RGB11813698-
CMYK0.1300.280.47
HSL88.42º16.24%45.88%-
HSV(B)88.42º27.94%53.33%-
XYZ18.4822.3414.89-
YUV126.29112.04122.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.52%
GREEN value IS 136 (53.52% from 255) = 38.64%
BLUE value IS 98 (38.67% from 255) = 27.84%
R=33.52%
G=38.64%
B=27.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118136980.1300.280.4788.4216.2445.88
Hex768862D01C2F58102e
Octal16621014215034571302056
Binary11101101000100011000101101011100101111101100010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768862; }

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

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

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

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

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

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

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

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