Html Css Color HEX #747D6E Camouflage Green

📋 copy color: '#747D6E'

red 116 ◦ green 125 ◦ blue 110

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

Shades of Camouflage Green #747D6E

Tints of Camouflage Green #747D6E

RGB

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

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

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

R = 33.05%
G = 35.61%
B = 31.34%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#747D6E (or 0x747D6E) is known color: Camouflage Green. HEX triplet: 74, 7D and 6E. RGB value is (116,125,110). Sum of RGB (Red+Green+Blue) = 116+125+110=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 125 - color contains mainly: green. Hex color #747D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747D6E is #8B8291. Grayscale: #787878. Windows color (decimal): -9142930 or 7241076. OLE color: 7241076.

HSL color Cylindrical-coordinate representation of color #747D6E: hue angle of 96º 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 #747D6E is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 125 110 -
CMYK 0.07 0 0.12 0.51
HSL 96º 0.06% 0.46% -
HSV(B) 96º 0.12% 0.49% -
XYZ 17.35 19.51 17.6 -
YUV 120.6 122.02 124.72 -
System Red Green Blue C M Y K H S L
Decimal 116 125 110 0.07 0 0.12 0.51 96 0.06 0.46
Hex 74 7D 6E 7 0 C 33 60 6 2E
Octal 164 175 156 7 0 14 63 140 6 56
Binary 1110100 1111101 1101110 111 0 1100 110011 1100000 110 101110

Color Harmonies of #747D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747D6E

Black with #747D6E

Text Example


Text Example

White with #747D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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