#707969

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

Shades of Camouflage Green #707969

Tints of Camouflage Green #707969

Color information

#707969 (or 0x707969) is unknown color: approx Camouflage Green. HEX triplet: 70, 79 and 69. RGB value is (112,121,105). Sum of RGB (Red+Green+Blue) = 112+121+105=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 121 - color contains mainly: green. Hex color #707969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707969 is #8F8696. Grayscale: #747474. Windows color (decimal): -9406103 or 6912368. OLE color: 6912368.

HSL color Cylindrical-coordinate representation of color #707969: hue angle of 93.75º 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 #707969 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB112121105-
CMYK0.0700.130.53
HSL93.75º7.08%44.31%-
HSV(B)93.75º13.22%47.45%-
XYZ16.0718.1416.02-
YUV116.48121.52124.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.14%
GREEN value IS 121 (47.66% from 255) = 35.80%
BLUE value IS 105 (41.41% from 255) = 31.07%
R=33.14%
G=35.80%
B=31.07%

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
Decimal1121211050.0700.130.5393.757.0844.31
Hex70796970D355e72c
Octal160171151701565136754
Binary111000011110011101001111011011101011011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707969; }

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

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

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

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

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

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

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

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