#717B68

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

Shades of Camouflage Green #717B68

Tints of Camouflage Green #717B68

Color information

#717B68 (or 0x717B68) is unknown color: approx Camouflage Green. HEX triplet: 71, 7B and 68. RGB value is (113,123,104). Sum of RGB (Red+Green+Blue) = 113+123+104=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 123 (48.44% from 255 or 36.18% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 123 - color contains mainly: green. Hex color #717B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717B68 is #8E8497. Grayscale: #757575. Windows color (decimal): -9340056 or 6847345. OLE color: 6847345.

HSL color Cylindrical-coordinate representation of color #717B68: hue angle of 91.58º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #717B68 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB113123104-
CMYK0.0800.150.52
HSL91.58º8.37%44.51%-
HSV(B)91.58º15.45%48.24%-
XYZ16.3918.6815.84-
YUV117.84120.19124.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.24%
GREEN value IS 123 (48.44% from 255) = 36.18%
BLUE value IS 104 (41.02% from 255) = 30.59%
R=33.24%
G=36.18%
B=30.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1131231040.0800.150.5291.588.3744.51
Hex717B6880F345c82d
Octal16117315010017641341055
Binary11100011111011110100010000111111010010111001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717B68; }

 p { color: rgb(113,123,104); }

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

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

 a { background-color: rgb(113,123,104); }

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

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

 span { border-color: rgb(113,123,104); }

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