#717B69

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

Shades of Camouflage Green #717B69

Tints of Camouflage Green #717B69

Color information

#717B69 (or 0x717B69) is unknown color: approx Camouflage Green. HEX triplet: 71, 7B and 69. RGB value is (113,123,105). Sum of RGB (Red+Green+Blue) = 113+123+105=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 123 (48.44% from 255 or 36.07% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 123 - color contains mainly: green. Hex color #717B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717B69 is #8E8496. Grayscale: #767676. Windows color (decimal): -9340055 or 6912881. OLE color: 6912881.

HSL color Cylindrical-coordinate representation of color #717B69: hue angle of 93.33º 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 #717B69 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB113123105-
CMYK0.0800.150.52
HSL93.33º7.89%44.71%-
HSV(B)93.33º14.63%48.24%-
XYZ16.4418.716.11-
YUV117.96120.69124.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.14%
GREEN value IS 123 (48.44% from 255) = 36.07%
BLUE value IS 105 (41.41% from 255) = 30.79%
R=33.14%
G=36.07%
B=30.79%

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
Decimal1131231050.0800.150.5293.337.8944.71
Hex717B6980F345d82d
Octal16117315110017641351055
Binary11100011111011110100110000111111010010111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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