Html Css Color HEX #747C6D Camouflage Green

📋 copy color: '#747C6D'

red 116 ◦ green 124 ◦ blue 109

#747C6D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Camouflage Green #747C6D

Tints of Camouflage Green #747C6D

RGB

 RED value IS 116 (45.7% from 255) = 33.24%

 GREEN value IS 124 (48.83% from 255) = 35.53%

 BLUE value IS 109 (42.97% from 255) = 31.23%

R = 33.24%
G = 35.53%
B = 31.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#747C6D (or 0x747C6D) is known color: Camouflage Green. HEX triplet: 74, 7C and 6D. RGB value is (116,124,109). Sum of RGB (Red+Green+Blue) = 116+124+109=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 124 - color contains mainly: green. Hex color #747C6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747C6D is #8B8392. Grayscale: #777777. Windows color (decimal): -9143187 or 7175284. OLE color: 7175284.

HSL color Cylindrical-coordinate representation of color #747C6D: hue angle of 92º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #747C6D is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 124 109 -
CMYK 0.06 0 0.12 0.51
HSL 92º 0.06% 0.46% -
HSV(B) 92º 0.12% 0.49% -
XYZ 17.17 19.23 17.28 -
YUV 119.9 121.85 125.22 -
System Red Green Blue C M Y K H S L
Decimal 116 124 109 0.06 0 0.12 0.51 92 0.06 0.46
Hex 74 7C 6D 6 0 C 33 5C 6 2E
Octal 164 174 155 6 0 14 63 134 6 56
Binary 1110100 1111100 1101101 110 0 1100 110011 1011100 110 101110

Color Harmonies of #747C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747C6D

Black with #747C6D

Text Example


Text Example

White with #747C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747C6D; }

 p { color: rgb(116,124,109); }

 H1.HeaderClassName
 {
   color: #747C6D;
 }
 .AnyTagClassName
 {
   color: #747C6D;
 }
</style>

background-color css

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

 a { background-color: rgb(116,124,109); }

 div.DivClassName
 {
   background-color: #747C6D;
 }
 .BgClassName
 {
   background-color: #747C6D;
 }
</style>

border-color css

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

 span { border-color: rgb(116,124,109); }

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