#757872

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

Shades of Camouflage Green #757872

Tints of Camouflage Green #757872

Color information

#757872 (or 0x757872) is unknown color: approx Camouflage Green. HEX triplet: 75, 78 and 72. RGB value is (117,120,114). Sum of RGB (Red+Green+Blue) = 117+120+114=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 120 - color contains mainly: green. Hex color #757872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757872 is #8A878D. Grayscale: #767676. Windows color (decimal): -9078670 or 7501941. OLE color: 7501941.

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

Color convert

RGB117120114-
CMYK0.0200.050.53
HSL90º2.56%45.88%-
HSV(B)90º5%47.06%-
XYZ17.0918.4318.58-
YUV118.42125.51126.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.33%
GREEN value IS 120 (47.27% from 255) = 34.19%
BLUE value IS 114 (44.92% from 255) = 32.48%
R=33.33%
G=34.19%
B=32.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1171201140.0200.050.53902.5645.88
Hex757872205355a32e
Octal16517016220565132356
Binary111010111110001110010100101110101101101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757872; }

 p { color: rgb(117,120,114); }

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

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

 a { background-color: rgb(117,120,114); }

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

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

 span { border-color: rgb(117,120,114); }

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