#748469

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

Shades of Camouflage Green #748469

Tints of Camouflage Green #748469

Color information

#748469 (or 0x748469) is unknown color: approx Camouflage Green. HEX triplet: 74, 84 and 69. RGB value is (116,132,105). Sum of RGB (Red+Green+Blue) = 116+132+105=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 132 - color contains mainly: green. Hex color #748469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748469 is #8B7B96. Grayscale: #7C7C7C. Windows color (decimal): -9141143 or 6915188. OLE color: 6915188.

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

Color convert

RGB116132105-
CMYK0.1200.200.48
HSL95.56º11.39%46.47%-
HSV(B)95.56º20.45%51.76%-
XYZ1821.2416.51-
YUV124.14117.2122.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.86%
GREEN value IS 132 (51.95% from 255) = 37.39%
BLUE value IS 105 (41.41% from 255) = 29.75%
R=32.86%
G=37.39%
B=29.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1161321050.1200.200.4895.5611.3946.47
Hex748469C0143060b2e
Octal16420415114024601401356
Binary1110100100001001101001110001010011000011000001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748469; }

 p { color: rgb(116,132,105); }

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

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

 a { background-color: rgb(116,132,105); }

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

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

 span { border-color: rgb(116,132,105); }

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