#748667

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

Shades of Camouflage Green #748667

Tints of Camouflage Green #748667

Color information

#748667 (or 0x748667) is unknown color: approx Camouflage Green. HEX triplet: 74, 86 and 67. RGB value is (116,134,103). Sum of RGB (Red+Green+Blue) = 116+134+103=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 103 (40.62% from 255 or 29.18% from 353); Max value from RGB is 134 - color contains mainly: green. Hex color #748667 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748667 is #8B7998. Grayscale: #7D7D7D. Windows color (decimal): -9140633 or 6784628. OLE color: 6784628.

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

Color convert

RGB116134103-
CMYK0.1300.230.47
HSL94.84º13.08%46.47%-
HSV(B)94.84º23.13%52.55%-
XYZ18.1821.7416.07-
YUV125.08115.54121.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.86%
GREEN value IS 134 (52.73% from 255) = 37.96%
BLUE value IS 103 (40.62% from 255) = 29.18%
R=32.86%
G=37.96%
B=29.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1161341030.1300.230.4794.8413.0846.47
Hex748667D0172F5fd2e
Octal16420614715027571371556
Binary1110100100001101100111110101011110111110111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748667; }

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

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

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

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

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

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

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

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