#748168

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

Shades of Camouflage Green #748168

Tints of Camouflage Green #748168

Color information

#748168 (or 0x748168) is unknown color: approx Camouflage Green. HEX triplet: 74, 81 and 68. RGB value is (116,129,104). Sum of RGB (Red+Green+Blue) = 116+129+104=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 129 - color contains mainly: green. Hex color #748168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748168 is #8B7E97. Grayscale: #7A7A7A. Windows color (decimal): -9141912 or 6848884. OLE color: 6848884.

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

Color convert

RGB116129104-
CMYK0.1000.190.49
HSL91.2º10.73%45.69%-
HSV(B)91.2º19.38%50.59%-
XYZ17.5520.4116.11-
YUV122.26117.69123.53-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.24%
GREEN value IS 129 (50.78% from 255) = 36.96%
BLUE value IS 104 (41.02% from 255) = 29.80%
R=33.24%
G=36.96%
B=29.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1161291040.1000.190.4991.210.7345.69
Hex748168A013315bb2e
Octal16420115012023611331356
Binary1110100100000011101000101001001111000110110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748168; }

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

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

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

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

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

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

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

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