Html Css Color HEX #747D67 Camouflage Green

📋 copy color: '#747D67'

red 116 ◦ green 125 ◦ blue 103

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

Shades of Camouflage Green #747D67

Tints of Camouflage Green #747D67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 29.94%

R = 33.72%
G = 36.34%
B = 29.94%

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

#747D67 (or 0x747D67) is known color: Camouflage Green. HEX triplet: 74, 7D and 67. RGB value is (116,125,103). Sum of RGB (Red+Green+Blue) = 116+125+103=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 125 (49.22% from 255 or 36.34% from 344); Blue value is 103 (40.62% from 255 or 29.94% from 344); Max value from RGB is 125 - color contains mainly: green. Hex color #747D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747D67 is #8B8298. Grayscale: #777777. Windows color (decimal): -9142937 or 6782324. OLE color: 6782324.

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

Color convert

RGB 116 125 103 -
CMYK 0.07 0 0.18 0.51
HSL 84.55º 0.1% 0.45% -
HSV(B) 84.55º 0.18% 0.49% -
XYZ 16.98 19.36 15.67 -
YUV 119.8 118.52 125.29 -
System Red Green Blue C M Y K H S L
Decimal 116 125 103 0.07 0 0.18 0.51 84.55 0.1 0.45
Hex 74 7D 67 7 0 12 33 55 A 2D
Octal 164 175 147 7 0 22 63 125 12 55
Binary 1110100 1111101 1100111 111 0 10010 110011 1010101 1010 101101

Color Harmonies of #747D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747D67

Black with #747D67

Text Example


Text Example

White with #747D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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