#748669

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

Shades of Camouflage Green #748669

Tints of Camouflage Green #748669

Color information

#748669 (or 0x748669) is unknown color: approx Camouflage Green. HEX triplet: 74, 86 and 69. RGB value is (116,134,105). Sum of RGB (Red+Green+Blue) = 116+134+105=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 105 (41.41% from 255 or 29.58% from 355); Max value from RGB is 134 - color contains mainly: green. Hex color #748669 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748669 is #8B7996. Grayscale: #7D7D7D. Windows color (decimal): -9140631 or 6915700. OLE color: 6915700.

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

Color convert

RGB116134105-
CMYK0.1300.220.47
HSL97.24º12.13%46.86%-
HSV(B)97.24º21.64%52.55%-
XYZ18.2821.7816.61-
YUV125.31116.54121.36-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.68%
GREEN value IS 134 (52.73% from 255) = 37.75%
BLUE value IS 105 (41.41% from 255) = 29.58%
R=32.68%
G=37.75%
B=29.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1161341050.1300.220.4797.2412.1346.86
Hex748669D0162F61c2f
Octal16420615115026571411457
Binary1110100100001101101001110101011010111111000011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748669; }

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

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

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

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

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

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

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

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