Html Css Color HEX #747D6D Camouflage Green

📋 copy color: '#747D6D'

red 116 ◦ green 125 ◦ blue 109

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

Shades of Camouflage Green #747D6D

Tints of Camouflage Green #747D6D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.71%

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

R = 33.14%
G = 35.71%
B = 31.14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#747D6D (or 0x747D6D) is known color: Camouflage Green. HEX triplet: 74, 7D and 6D. RGB value is (116,125,109). Sum of RGB (Red+Green+Blue) = 116+125+109=350 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.14% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 125 - color contains mainly: green. Hex color #747D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747D6D is #8B8292. Grayscale: #787878. Windows color (decimal): -9142931 or 7175540. OLE color: 7175540.

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

Color convert

RGB 116 125 109 -
CMYK 0.07 0 0.13 0.51
HSL 93.75º 0.07% 0.46% -
HSV(B) 93.75º 0.13% 0.49% -
XYZ 17.3 19.48 17.32 -
YUV 120.49 121.52 124.8 -
System Red Green Blue C M Y K H S L
Decimal 116 125 109 0.07 0 0.13 0.51 93.75 0.07 0.46
Hex 74 7D 6D 7 0 D 33 5E 7 2E
Octal 164 175 155 7 0 15 63 136 7 56
Binary 1110100 1111101 1101101 111 0 1101 110011 1011110 111 101110

Color Harmonies of #747D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747D6D

Black with #747D6D

Text Example


Text Example

White with #747D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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