#707B68

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

Shades of Camouflage Green #707B68

Tints of Camouflage Green #707B68

Color information

#707B68 (or 0x707B68) is unknown color: approx Camouflage Green. HEX triplet: 70, 7B and 68. RGB value is (112,123,104). Sum of RGB (Red+Green+Blue) = 112+123+104=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 123 - color contains mainly: green. Hex color #707B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707B68 is #8F8497. Grayscale: #757575. Windows color (decimal): -9405592 or 6847344. OLE color: 6847344.

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

Color convert

RGB112123104-
CMYK0.0900.150.52
HSL94.74º8.37%44.51%-
HSV(B)94.74º15.45%48.24%-
XYZ16.2618.6115.83-
YUV117.54120.36124.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.04%
GREEN value IS 123 (48.44% from 255) = 36.28%
BLUE value IS 104 (41.02% from 255) = 30.68%
R=33.04%
G=36.28%
B=30.68%

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
Decimal1121231040.0900.150.5294.748.3744.51
Hex707B6890F345f82d
Octal16017315011017641371055
Binary11100001111011110100010010111111010010111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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