#7D8970

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

Shades of Camouflage Green #7D8970

Tints of Camouflage Green #7D8970

Color information

#7D8970 (or 0x7D8970) is unknown color: approx Camouflage Green. HEX triplet: 7D, 89 and 70. RGB value is (125,137,112). Sum of RGB (Red+Green+Blue) = 125+137+112=374 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.42% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 137 - color contains mainly: green. Hex color #7D8970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8970 is #82768F. Grayscale: #828282. Windows color (decimal): -8550032 or 7375229. OLE color: 7375229.

HSL color Cylindrical-coordinate representation of color #7D8970: hue angle of 88.8º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7D8970 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB125137112-
CMYK0.0900.180.46
HSL88.8º10.04%48.82%-
HSV(B)88.8º18.25%53.73%-
XYZ20.3323.4218.78-
YUV130.56117.52124.03-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.42%
GREEN value IS 137 (53.91% from 255) = 36.63%
BLUE value IS 112 (44.14% from 255) = 29.95%
R=33.42%
G=36.63%
B=29.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1251371120.0900.180.4688.810.0448.82
Hex7D897090122E59a31
Octal17521116011022561311261
Binary1111101100010011110000100101001010111010110011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D8970; }

 p { color: rgb(125,137,112); }

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

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

 a { background-color: rgb(125,137,112); }

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

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

 span { border-color: rgb(125,137,112); }

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