#707B69

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

Shades of Camouflage Green #707B69

Tints of Camouflage Green #707B69

Color information

#707B69 (or 0x707B69) is unknown color: approx Camouflage Green. HEX triplet: 70, 7B and 69. RGB value is (112,123,105). Sum of RGB (Red+Green+Blue) = 112+123+105=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 123 (48.44% from 255 or 36.18% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 123 - color contains mainly: green. Hex color #707B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707B69 is #8F8496. Grayscale: #757575. Windows color (decimal): -9405591 or 6912880. OLE color: 6912880.

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

Color convert

RGB112123105-
CMYK0.0900.150.52
HSL96.67º7.89%44.71%-
HSV(B)96.67º14.63%48.24%-
XYZ16.3118.6316.1-
YUV117.66120.86123.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.94%
GREEN value IS 123 (48.44% from 255) = 36.18%
BLUE value IS 105 (41.41% from 255) = 30.88%
R=32.94%
G=36.18%
B=30.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1121231050.0900.150.5296.677.8944.71
Hex707B6990F346182d
Octal16017315111017641411055
Binary11100001111011110100110010111111010011000011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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