#787E72

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

Shades of Camouflage Green #787E72

Tints of Camouflage Green #787E72

Color information

#787E72 (or 0x787E72) is unknown color: approx Camouflage Green. HEX triplet: 78, 7E and 72. RGB value is (120,126,114). Sum of RGB (Red+Green+Blue) = 120+126+114=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 126 - color contains mainly: green. Hex color #787E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787E72 is #87818D. Grayscale: #7A7A7A. Windows color (decimal): -8880526 or 7503480. OLE color: 7503480.

HSL color Cylindrical-coordinate representation of color #787E72: hue angle of 90º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #787E72 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB120126114-
CMYK0.0500.100.51
HSL90º5%47.06%-
HSV(B)90º9.52%49.41%-
XYZ18.2420.1318.84-
YUV122.84123.01125.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.33%
GREEN value IS 126 (49.61% from 255) = 35%
BLUE value IS 114 (44.92% from 255) = 31.67%
R=33.33%
G=35%
B=31.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1201261140.0500.100.5190547.06
Hex787E7250A335a52f
Octal170176162501263132557
Binary111100011111101110010101010101100111011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787E72; }

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

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

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

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

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

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

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

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