Html Css Color HEX #747C6E Camouflage Green

📋 copy color: '#747C6E'

red 116 ◦ green 124 ◦ blue 110

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

Shades of Camouflage Green #747C6E

Tints of Camouflage Green #747C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.43%

R = 33.14%
G = 35.43%
B = 31.43%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#747C6E (or 0x747C6E) is known color: Camouflage Green. HEX triplet: 74, 7C and 6E. RGB value is (116,124,110). Sum of RGB (Red+Green+Blue) = 116+124+110=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 124 - color contains mainly: green. Hex color #747C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747C6E is #8B8391. Grayscale: #787878. Windows color (decimal): -9143186 or 7240820. OLE color: 7240820.

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

Color convert

RGB 116 124 110 -
CMYK 0.06 0 0.11 0.51
HSL 94.29º 0.06% 0.46% -
HSV(B) 94.29º 0.11% 0.49% -
XYZ 17.22 19.25 17.56 -
YUV 120.01 122.35 125.14 -
System Red Green Blue C M Y K H S L
Decimal 116 124 110 0.06 0 0.11 0.51 94.29 0.06 0.46
Hex 74 7C 6E 6 0 B 33 5E 6 2E
Octal 164 174 156 6 0 13 63 136 6 56
Binary 1110100 1111100 1101110 110 0 1011 110011 1011110 110 101110

Color Harmonies of #747C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747C6E

Black with #747C6E

Text Example


Text Example

White with #747C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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