#748566

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

Shades of Camouflage Green #748566

Tints of Camouflage Green #748566

Color information

#748566 (or 0x748566) is unknown color: approx Camouflage Green. HEX triplet: 74, 85 and 66. RGB value is (116,133,102). Sum of RGB (Red+Green+Blue) = 116+133+102=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 133 - color contains mainly: green. Hex color #748566 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748566 is #8B7A99. Grayscale: #7C7C7C. Windows color (decimal): -9140890 or 6718836. OLE color: 6718836.

HSL color Cylindrical-coordinate representation of color #748566: hue angle of 92.9º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #748566 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB116133102-
CMYK0.1300.230.48
HSL92.9º13.19%46.08%-
HSV(B)92.9º23.31%52.16%-
XYZ17.9921.4515.76-
YUV124.38115.37122.02-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.05%
GREEN value IS 133 (52.34% from 255) = 37.89%
BLUE value IS 102 (40.23% from 255) = 29.06%
R=33.05%
G=37.89%
B=29.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1161331020.1300.230.4892.913.1946.08
Hex748566D017305dd2e
Octal16420514615027601351556
Binary1110100100001011100110110101011111000010111011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748566; }

 p { color: rgb(116,133,102); }

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

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

 a { background-color: rgb(116,133,102); }

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

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

 span { border-color: rgb(116,133,102); }

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