#768766

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

Shades of Camouflage Green #768766

Tints of Camouflage Green #768766

Color information

#768766 (or 0x768766) is unknown color: approx Camouflage Green. HEX triplet: 76, 87 and 66. RGB value is (118,135,102). Sum of RGB (Red+Green+Blue) = 118+135+102=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 135 - color contains mainly: green. Hex color #768766 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768766 is #897899. Grayscale: #7E7E7E. Windows color (decimal): -9009306 or 6719350. OLE color: 6719350.

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

Color convert

RGB118135102-
CMYK0.1300.240.47
HSL90.91º13.92%46.47%-
HSV(B)90.91º24.44%52.94%-
XYZ18.5322.1415.87-
YUV126.15114.37122.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.24%
GREEN value IS 135 (53.12% from 255) = 38.03%
BLUE value IS 102 (40.23% from 255) = 28.73%
R=33.24%
G=38.03%
B=28.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1181351020.1300.240.4790.9113.9246.47
Hex768766D0182F5be2e
Octal16620714615030571331656
Binary1110110100001111100110110101100010111110110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768766; }

 p { color: rgb(118,135,102); }

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

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

 a { background-color: rgb(118,135,102); }

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

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

 span { border-color: rgb(118,135,102); }

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