#748961

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

Shades of Camouflage Green #748961

Tints of Camouflage Green #748961

Color information

#748961 (or 0x748961) is unknown color: approx Camouflage Green. HEX triplet: 74, 89 and 61. RGB value is (116,137,97). Sum of RGB (Red+Green+Blue) = 116+137+97=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 137 (53.91% from 255 or 39.14% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 137 - color contains mainly: green. Hex color #748961 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748961 is #8B769E. Grayscale: #7E7E7E. Windows color (decimal): -9139871 or 6392180. OLE color: 6392180.

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

Color convert

RGB11613797-
CMYK0.1500.290.46
HSL91.5º17.09%45.88%-
HSV(B)91.5º29.2%53.73%-
XYZ18.3122.4714.68-
YUV126.16111.54120.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.14%
GREEN value IS 137 (53.91% from 255) = 39.14%
BLUE value IS 97 (38.28% from 255) = 27.71%
R=33.14%
G=39.14%
B=27.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal116137970.1500.290.4691.517.0945.88
Hex748961F01D2E5c112e
Octal16421114117035561342156
Binary11101001000100111000011111011101101110101110010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748961; }

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

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

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

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

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

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

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

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