#748161

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

Shades of Camouflage Green #748161

Tints of Camouflage Green #748161

Color information

#748161 (or 0x748161) is unknown color: approx Camouflage Green. HEX triplet: 74, 81 and 61. RGB value is (116,129,97). Sum of RGB (Red+Green+Blue) = 116+129+97=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 97 (38.28% from 255 or 28.36% from 342); Max value from RGB is 129 - color contains mainly: green. Hex color #748161 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748161 is #8B7E9E. Grayscale: #797979. Windows color (decimal): -9141919 or 6390132. OLE color: 6390132.

HSL color Cylindrical-coordinate representation of color #748161: hue angle of 84.38º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #748161 is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB11612997-
CMYK0.1000.250.49
HSL84.38º14.16%44.31%-
HSV(B)84.38º24.81%50.59%-
XYZ17.2120.2814.32-
YUV121.46114.19124.1-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.92%
GREEN value IS 129 (50.78% from 255) = 37.72%
BLUE value IS 97 (38.28% from 255) = 28.36%
R=33.92%
G=37.72%
B=28.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116129970.1000.250.4984.3814.1644.31
Hex748161A0193154e2c
Octal16420114112031611241654
Binary1110100100000011100001101001100111000110101001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748161; }

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

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

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

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

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

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

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

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