Html Css Color HEX #757249 Go Ben

📋 copy color: '#757249'

red 117 ◦ green 114 ◦ blue 73

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

Shades of Go Ben #757249

Tints of Go Ben #757249

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.5%

 BLUE value IS 73 (28.91% from 255) = 24.01%

R = 38.49%
G = 37.5%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#757249 (or 0x757249) is known color: Go Ben. HEX triplet: 75, 72 and 49. RGB value is (117,114,73). Sum of RGB (Red+Green+Blue) = 117+114+73=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 117 - color contains mainly: red. Hex color #757249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757249 is #8A8DB6. Grayscale: #6E6E6E. Windows color (decimal): -9080247 or 4813429. OLE color: 4813429.

HSL color Cylindrical-coordinate representation of color #757249: hue angle of 55.91º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #757249 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 114 73 -
CMYK 0 0.03 0.38 0.54
HSL 55.91º 0.23% 0.37% -
HSV(B) 55.91º 0.38% 0.46% -
XYZ 14.56 16.3 8.68 -
YUV 110.22 106.99 132.83 -
System Red Green Blue C M Y K H S L
Decimal 117 114 73 0 0.03 0.38 0.54 55.91 0.23 0.37
Hex 75 72 49 0 3 26 36 38 17 25
Octal 165 162 111 0 3 46 66 70 27 45
Binary 1110101 1110010 1001001 0 11 100110 110110 111000 10111 100101

Color Harmonies of #757249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757249

Black with #757249

Text Example


Text Example

White with #757249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757249; }

 p { color: rgb(117,114,73); }

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

background-color css

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

 a { background-color: rgb(117,114,73); }

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

border-color css

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

 span { border-color: rgb(117,114,73); }

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