Html Css Color HEX #757971 Camouflage Green

📋 copy color: '#757971'

red 117 ◦ green 121 ◦ blue 113

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

Shades of Camouflage Green #757971

Tints of Camouflage Green #757971

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.47%

 BLUE value IS 113 (44.53% from 255) = 32.19%

R = 33.33%
G = 34.47%
B = 32.19%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#757971 (or 0x757971) is known color: Camouflage Green. HEX triplet: 75, 79 and 71. RGB value is (117,121,113). Sum of RGB (Red+Green+Blue) = 117+121+113=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 121 - color contains mainly: green. Hex color #757971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757971 is #8A868E. Grayscale: #767676. Windows color (decimal): -9078415 or 7436661. OLE color: 7436661.

HSL color Cylindrical-coordinate representation of color #757971: hue angle of 90º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #757971 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 121 113 -
CMYK 0.03 0 0.07 0.53
HSL 90º 0.03% 0.46% -
HSV(B) 90º 0.07% 0.47% -
XYZ 17.15 18.65 18.32 -
YUV 118.89 124.67 126.65 -
System Red Green Blue C M Y K H S L
Decimal 117 121 113 0.03 0 0.07 0.53 90 0.03 0.46
Hex 75 79 71 3 0 7 35 5A 3 2E
Octal 165 171 161 3 0 7 65 132 3 56
Binary 1110101 1111001 1110001 11 0 111 110101 1011010 11 101110

Color Harmonies of #757971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757971

Black with #757971

Text Example


Text Example

White with #757971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757971; }

 p { color: rgb(117,121,113); }

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

background-color css

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

 a { background-color: rgb(117,121,113); }

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

border-color css

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

 span { border-color: rgb(117,121,113); }

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