Html Css Color HEX #757C6D Camouflage Green

📋 copy color: '#757C6D'

red 117 ◦ green 124 ◦ blue 109

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

Shades of Camouflage Green #757C6D

Tints of Camouflage Green #757C6D

RGB

 RED value IS 117 (46.09% from 255) = 33.43%

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

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

R = 33.43%
G = 35.43%
B = 31.14%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#757C6D (or 0x757C6D) is known color: Camouflage Green. HEX triplet: 75, 7C and 6D. RGB value is (117,124,109). Sum of RGB (Red+Green+Blue) = 117+124+109=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 124 - color contains mainly: green. Hex color #757C6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757C6D is #8A8392. Grayscale: #787878. Windows color (decimal): -9077651 or 7175285. OLE color: 7175285.

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

Color convert

RGB 117 124 109 -
CMYK 0.06 0 0.12 0.51
HSL 88º 0.06% 0.46% -
HSV(B) 88º 0.12% 0.49% -
XYZ 17.3 19.3 17.28 -
YUV 120.2 121.68 125.72 -
System Red Green Blue C M Y K H S L
Decimal 117 124 109 0.06 0 0.12 0.51 88 0.06 0.46
Hex 75 7C 6D 6 0 C 33 58 6 2E
Octal 165 174 155 6 0 14 63 130 6 56
Binary 1110101 1111100 1101101 110 0 1100 110011 1011000 110 101110

Color Harmonies of #757C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757C6D

Black with #757C6D

Text Example


Text Example

White with #757C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757C6D; }

 p { color: rgb(117,124,109); }

 H1.HeaderClassName
 {
   color: #757C6D;
 }
 .AnyTagClassName
 {
   color: #757C6D;
 }
</style>

background-color css

<style>
 a { background-color: #757C6D; }

 a { background-color: rgb(117,124,109); }

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

border-color css

<style>
 span { border-color: #757C6D; }

 span { border-color: rgb(117,124,109); }

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