Html Css Color HEX #757B71 Camouflage Green

📋 copy color: '#757B71'

red 117 ◦ green 123 ◦ blue 113

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

Shades of Camouflage Green #757B71

Tints of Camouflage Green #757B71

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.84%

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

R = 33.14%
G = 34.84%
B = 32.01%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#757B71 (or 0x757B71) is known color: Camouflage Green. HEX triplet: 75, 7B and 71. RGB value is (117,123,113). Sum of RGB (Red+Green+Blue) = 117+123+113=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 123 - color contains mainly: green. Hex color #757B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757B71 is #8A848E. Grayscale: #787878. Windows color (decimal): -9077903 or 7437173. OLE color: 7437173.

HSL color Cylindrical-coordinate representation of color #757B71: hue angle of 96º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #757B71 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB 117 123 113 -
CMYK 0.05 0 0.08 0.52
HSL 96º 0.04% 0.46% -
HSV(B) 96º 0.08% 0.48% -
XYZ 17.4 19.14 18.4 -
YUV 120.07 124.01 125.81 -
System Red Green Blue C M Y K H S L
Decimal 117 123 113 0.05 0 0.08 0.52 96 0.04 0.46
Hex 75 7B 71 5 0 8 34 60 4 2E
Octal 165 173 161 5 0 10 64 140 4 56
Binary 1110101 1111011 1110001 101 0 1000 110100 1100000 100 101110

Color Harmonies of #757B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757B71

Black with #757B71

Text Example


Text Example

White with #757B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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