#748962

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

Shades of Camouflage Green #748962

Tints of Camouflage Green #748962

Color information

#748962 (or 0x748962) is unknown color: approx Camouflage Green. HEX triplet: 74, 89 and 62. RGB value is (116,137,98). Sum of RGB (Red+Green+Blue) = 116+137+98=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 98 (38.67% from 255 or 27.92% from 351); Max value from RGB is 137 - color contains mainly: green. Hex color #748962 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748962 is #8B769D. Grayscale: #7E7E7E. Windows color (decimal): -9139870 or 6457716. OLE color: 6457716.

HSL color Cylindrical-coordinate representation of color #748962: hue angle of 92.31º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #748962 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB11613798-
CMYK0.1500.280.46
HSL92.31º16.6%46.08%-
HSV(B)92.31º28.47%53.73%-
XYZ18.3522.4914.93-
YUV126.28112.04120.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.05%
GREEN value IS 137 (53.91% from 255) = 39.03%
BLUE value IS 98 (38.67% from 255) = 27.92%
R=33.05%
G=39.03%
B=27.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal116137980.1500.280.4692.3116.646.08
Hex748962F01C2E5c112e
Octal16421114217034561342156
Binary11101001000100111000101111011100101110101110010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748962; }

 p { color: rgb(116,137,98); }

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

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

 a { background-color: rgb(116,137,98); }

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

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

 span { border-color: rgb(116,137,98); }

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