#768668

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

Shades of Camouflage Green #768668

Tints of Camouflage Green #768668

Color information

#768668 (or 0x768668) is unknown color: approx Camouflage Green. HEX triplet: 76, 86 and 68. RGB value is (118,134,104). Sum of RGB (Red+Green+Blue) = 118+134+104=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 134 - color contains mainly: green. Hex color #768668 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768668 is #897997. Grayscale: #7D7D7D. Windows color (decimal): -9009560 or 6850166. OLE color: 6850166.

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

Color convert

RGB118134104-
CMYK0.1200.220.47
HSL92º12.61%46.67%-
HSV(B)92º22.39%52.55%-
XYZ18.521.916.35-
YUV125.8115.7122.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.15%
GREEN value IS 134 (52.73% from 255) = 37.64%
BLUE value IS 104 (41.02% from 255) = 29.21%
R=33.15%
G=37.64%
B=29.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1181341040.1200.220.479212.6146.67
Hex768668C0162F5cd2f
Octal16620615014026571341557
Binary1110110100001101101000110001011010111110111001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768668; }

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

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

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

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

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

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

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

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