Html Css Color HEX #757146 Go Ben

📋 copy color: '#757146'

red 117 ◦ green 113 ◦ blue 70

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

Shades of Go Ben #757146

Tints of Go Ben #757146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.33%

R = 39%
G = 37.67%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#757146 (or 0x757146) is known color: Go Ben. HEX triplet: 75, 71 and 46. RGB value is (117,113,70). Sum of RGB (Red+Green+Blue) = 117+113+70=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 117 - color contains mainly: red. Hex color #757146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757146 is #8A8EB9. Grayscale: #6D6D6D. Windows color (decimal): -9080506 or 4616565. OLE color: 4616565.

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

Color convert

RGB 117 113 70 -
CMYK 0 0.03 0.40 0.54
HSL 54.89º 0.25% 0.37% -
HSV(B) 54.89º 0.4% 0.46% -
XYZ 14.35 16.03 8.13 -
YUV 109.29 105.83 133.5 -
System Red Green Blue C M Y K H S L
Decimal 117 113 70 0 0.03 0.40 0.54 54.89 0.25 0.37
Hex 75 71 46 0 3 28 36 37 19 25
Octal 165 161 106 0 3 50 66 67 31 45
Binary 1110101 1110001 1000110 0 11 101000 110110 110111 11001 100101

Color Harmonies of #757146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757146

Black with #757146

Text Example


Text Example

White with #757146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757146; }

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

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

background-color css

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

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

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

border-color css

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

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

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