#748568

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

Shades of Camouflage Green #748568

Tints of Camouflage Green #748568

Color information

#748568 (or 0x748568) is unknown color: approx Camouflage Green. HEX triplet: 74, 85 and 68. RGB value is (116,133,104). Sum of RGB (Red+Green+Blue) = 116+133+104=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 133 - color contains mainly: green. Hex color #748568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748568 is #8B7A97. Grayscale: #7C7C7C. Windows color (decimal): -9140888 or 6849908. OLE color: 6849908.

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

Color convert

RGB116133104-
CMYK0.1300.220.48
HSL95.17º12.24%46.47%-
HSV(B)95.17º21.8%52.16%-
XYZ18.0921.4916.29-
YUV124.61116.37121.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.86%
GREEN value IS 133 (52.34% from 255) = 37.68%
BLUE value IS 104 (41.02% from 255) = 29.46%
R=32.86%
G=37.68%
B=29.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1161331040.1300.220.4895.1712.2446.47
Hex748568D016305fc2e
Octal16420515015026601371456
Binary1110100100001011101000110101011011000010111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748568; }

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

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

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

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

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

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

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

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