#737670

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

Shades of Camouflage Green #737670

Tints of Camouflage Green #737670

Color information

#737670 (or 0x737670) is unknown color: approx Camouflage Green. HEX triplet: 73, 76 and 70. RGB value is (115,118,112). Sum of RGB (Red+Green+Blue) = 115+118+112=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 118 - color contains mainly: green. Hex color #737670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737670 is #8C898F. Grayscale: #747474. Windows color (decimal): -9210256 or 7370355. OLE color: 7370355.

HSL color Cylindrical-coordinate representation of color #737670: hue angle of 90º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #737670 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB115118112-
CMYK0.0300.050.54
HSL90º2.61%45.1%-
HSV(B)90º5.08%46.27%-
XYZ16.4717.7717.89-
YUV116.42125.51126.99-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.33%
GREEN value IS 118 (46.48% from 255) = 34.20%
BLUE value IS 112 (44.14% from 255) = 32.46%
R=33.33%
G=34.20%
B=32.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1151181120.0300.050.54902.6145.1
Hex737670305365a32d
Octal16316616030566132355
Binary111001111101101110000110101110110101101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737670; }

 p { color: rgb(115,118,112); }

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

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

 a { background-color: rgb(115,118,112); }

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

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

 span { border-color: rgb(115,118,112); }

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