#748767

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

Shades of Camouflage Green #748767

Tints of Camouflage Green #748767

Color information

#748767 (or 0x748767) is unknown color: approx Camouflage Green. HEX triplet: 74, 87 and 67. RGB value is (116,135,103). Sum of RGB (Red+Green+Blue) = 116+135+103=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 103 (40.62% from 255 or 29.10% from 354); Max value from RGB is 135 - color contains mainly: green. Hex color #748767 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748767 is #8B7898. Grayscale: #7D7D7D. Windows color (decimal): -9140377 or 6784884. OLE color: 6784884.

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

Color convert

RGB116135103-
CMYK0.1400.240.47
HSL95.63º13.45%46.67%-
HSV(B)95.63º23.7%52.94%-
XYZ18.3122.0216.12-
YUV125.67115.21121.1-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.77%
GREEN value IS 135 (53.12% from 255) = 38.14%
BLUE value IS 103 (40.62% from 255) = 29.10%
R=32.77%
G=38.14%
B=29.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1161351030.1400.240.4795.6313.4546.67
Hex748767E0182F60d2f
Octal16420714716030571401557
Binary1110100100001111100111111001100010111111000001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748767; }

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

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

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

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

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

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

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

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