#717969

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

Shades of Camouflage Green #717969

Tints of Camouflage Green #717969

Color information

#717969 (or 0x717969) is unknown color: approx Camouflage Green. HEX triplet: 71, 79 and 69. RGB value is (113,121,105). Sum of RGB (Red+Green+Blue) = 113+121+105=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 121 - color contains mainly: green. Hex color #717969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717969 is #8E8696. Grayscale: #747474. Windows color (decimal): -9340567 or 6912369. OLE color: 6912369.

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

Color convert

RGB113121105-
CMYK0.0700.130.53
HSL90º7.08%44.31%-
HSV(B)90º13.22%47.45%-
XYZ16.218.2116.02-
YUV116.78121.35125.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.33%
GREEN value IS 121 (47.66% from 255) = 35.69%
BLUE value IS 105 (41.41% from 255) = 30.97%
R=33.33%
G=35.69%
B=30.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1131211050.0700.130.53907.0844.31
Hex71796970D355a72c
Octal161171151701565132754
Binary111000111110011101001111011011101011011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717969; }

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

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

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

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

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

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

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

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