#748860

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

Shades of Camouflage Green #748860

Tints of Camouflage Green #748860

Color information

#748860 (or 0x748860) is unknown color: approx Camouflage Green. HEX triplet: 74, 88 and 60. RGB value is (116,136,96). Sum of RGB (Red+Green+Blue) = 116+136+96=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 136 - color contains mainly: green. Hex color #748860 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748860 is #8B779F. Grayscale: #7D7D7D. Windows color (decimal): -9140128 or 6326388. OLE color: 6326388.

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

Color convert

RGB11613696-
CMYK0.1500.290.47
HSL90º17.24%45.49%-
HSV(B)90º29.41%53.33%-
XYZ18.1222.1714.39-
YUV125.46111.37121.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.33%
GREEN value IS 136 (53.52% from 255) = 39.08%
BLUE value IS 96 (37.89% from 255) = 27.59%
R=33.33%
G=39.08%
B=27.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116136960.1500.290.479017.2445.49
Hex748860F01D2F5a112d
Octal16421014017035571322155
Binary11101001000100011000001111011101101111101101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748860; }

 p { color: rgb(116,136,96); }

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

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

 a { background-color: rgb(116,136,96); }

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

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

 span { border-color: rgb(116,136,96); }

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