Html Css Color HEX #747D66 Camouflage Green

📋 copy color: '#747D66'

red 116 ◦ green 125 ◦ blue 102

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

Shades of Camouflage Green #747D66

Tints of Camouflage Green #747D66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 29.74%

R = 33.82%
G = 36.44%
B = 29.74%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.51

RGB Variations

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

Color information

#747D66 (or 0x747D66) is known color: Camouflage Green. HEX triplet: 74, 7D and 66. RGB value is (116,125,102). Sum of RGB (Red+Green+Blue) = 116+125+102=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 125 (49.22% from 255 or 36.44% from 343); Blue value is 102 (40.23% from 255 or 29.74% from 343); Max value from RGB is 125 - color contains mainly: green. Hex color #747D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747D66 is #8B8299. Grayscale: #777777. Windows color (decimal): -9142938 or 6716788. OLE color: 6716788.

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

Color convert

RGB 116 125 102 -
CMYK 0.07 0 0.18 0.51
HSL 83.48º 0.1% 0.45% -
HSV(B) 83.48º 0.18% 0.49% -
XYZ 16.93 19.34 15.41 -
YUV 119.69 118.02 125.37 -
System Red Green Blue C M Y K H S L
Decimal 116 125 102 0.07 0 0.18 0.51 83.48 0.1 0.45
Hex 74 7D 66 7 0 12 33 53 A 2D
Octal 164 175 146 7 0 22 63 123 12 55
Binary 1110100 1111101 1100110 111 0 10010 110011 1010011 1010 101101

Color Harmonies of #747D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747D66

Black with #747D66

Text Example


Text Example

White with #747D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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