#748068

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

Shades of Camouflage Green #748068

Tints of Camouflage Green #748068

Color information

#748068 (or 0x748068) is unknown color: approx Camouflage Green. HEX triplet: 74, 80 and 68. RGB value is (116,128,104). Sum of RGB (Red+Green+Blue) = 116+128+104=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 104 (41.02% from 255 or 29.89% from 348); Max value from RGB is 128 - color contains mainly: green. Hex color #748068 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748068 is #8B7F97. Grayscale: #797979. Windows color (decimal): -9142168 or 6848628. OLE color: 6848628.

HSL color Cylindrical-coordinate representation of color #748068: hue angle of 90º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #748068 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB116128104-
CMYK0.0900.190.50
HSL90º10.34%45.49%-
HSV(B)90º18.75%50.2%-
XYZ17.4220.1516.07-
YUV121.68118.02123.95-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.33%
GREEN value IS 128 (50.39% from 255) = 36.78%
BLUE value IS 104 (41.02% from 255) = 29.89%
R=33.33%
G=36.78%
B=29.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1161281040.0900.190.509010.3445.49
Hex7480689013325aa2d
Octal16420015011023621321255
Binary1110100100000001101000100101001111001010110101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748068; }

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

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

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

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

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

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

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

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