#748561

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

Shades of Camouflage Green #748561

Tints of Camouflage Green #748561

Color information

#748561 (or 0x748561) is unknown color: approx Camouflage Green. HEX triplet: 74, 85 and 61. RGB value is (116,133,97). Sum of RGB (Red+Green+Blue) = 116+133+97=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 97 (38.28% from 255 or 28.03% from 346); Max value from RGB is 133 - color contains mainly: green. Hex color #748561 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748561 is #8B7A9E. Grayscale: #7B7B7B. Windows color (decimal): -9140895 or 6391156. OLE color: 6391156.

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

Color convert

RGB11613397-
CMYK0.1300.270.48
HSL88.33º15.65%45.1%-
HSV(B)88.33º27.07%52.16%-
XYZ17.7521.3514.5-
YUV123.81112.87122.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.53%
GREEN value IS 133 (52.34% from 255) = 38.44%
BLUE value IS 97 (38.28% from 255) = 28.03%
R=33.53%
G=38.44%
B=28.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116133970.1300.270.4888.3315.6545.1
Hex748561D01B3058102d
Octal16420514115033601302055
Binary11101001000010111000011101011011110000101100010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748561; }

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

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

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

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

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

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

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

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