#748163

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

Shades of Camouflage Green #748163

Tints of Camouflage Green #748163

Color information

#748163 (or 0x748163) is unknown color: approx Camouflage Green. HEX triplet: 74, 81 and 63. RGB value is (116,129,99). Sum of RGB (Red+Green+Blue) = 116+129+99=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 129 (50.78% from 255 or 37.5% from 344); Blue value is 99 (39.06% from 255 or 28.78% from 344); Max value from RGB is 129 - color contains mainly: green. Hex color #748163 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748163 is #8B7E9C. Grayscale: #797979. Windows color (decimal): -9141917 or 6521204. OLE color: 6521204.

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

Color convert

RGB11612999-
CMYK0.1000.230.49
HSL86º13.16%44.71%-
HSV(B)86º23.26%50.59%-
XYZ17.320.3114.81-
YUV121.69115.19123.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.72%
GREEN value IS 129 (50.78% from 255) = 37.5%
BLUE value IS 99 (39.06% from 255) = 28.78%
R=33.72%
G=37.5%
B=28.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116129990.1000.230.498613.1644.71
Hex748163A0173156d2d
Octal16420114312027611261555
Binary1110100100000011100011101001011111000110101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748163; }

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

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

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

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

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

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

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

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