Html Css Color HEX #757140 Go Ben

📋 copy color: '#757140'

red 117 ◦ green 113 ◦ blue 64

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

Shades of Go Ben #757140

Tints of Go Ben #757140

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.44%

 BLUE value IS 64 (25.39% from 255) = 21.77%

R = 39.8%
G = 38.44%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#757140 (or 0x757140) is known color: Go Ben. HEX triplet: 75, 71 and 40. RGB value is (117,113,64). Sum of RGB (Red+Green+Blue) = 117+113+64=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 117 - color contains mainly: red. Hex color #757140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757140 is #8A8EBF. Grayscale: #6C6C6C. Windows color (decimal): -9080512 or 4223349. OLE color: 4223349.

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

Color convert

RGB 117 113 64 -
CMYK 0 0.03 0.45 0.54
HSL 55.47º 0.29% 0.35% -
HSV(B) 55.47º 0.45% 0.46% -
XYZ 14.17 15.96 7.18 -
YUV 108.61 102.83 133.98 -
System Red Green Blue C M Y K H S L
Decimal 117 113 64 0 0.03 0.45 0.54 55.47 0.29 0.35
Hex 75 71 40 0 3 2D 36 37 1D 23
Octal 165 161 100 0 3 55 66 67 35 43
Binary 1110101 1110001 1000000 0 11 101101 110110 110111 11101 100011

Color Harmonies of #757140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757140

Black with #757140

Text Example


Text Example

White with #757140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757140; }

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

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

background-color css

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

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

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

border-color css

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

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

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