Html Css Color HEX #759139 Sushi

📋 copy color: '#759139'

red 117 ◦ green 145 ◦ blue 57

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

Shades of Sushi #759139

Tints of Sushi #759139

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.45%

 BLUE value IS 57 (22.66% from 255) = 17.87%

R = 36.68%
G = 45.45%
B = 17.87%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.43

RGB Variations

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

Color information

#759139 (or 0x759139) is known color: Sushi. HEX triplet: 75, 91 and 39. RGB value is (117,145,57). Sum of RGB (Red+Green+Blue) = 117+145+57=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 145 - color contains mainly: green. Hex color #759139 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759139 is #8A6EC6. Grayscale: #7E7E7E. Windows color (decimal): -9072327 or 3772789. OLE color: 3772789.

HSL color Cylindrical-coordinate representation of color #759139: hue angle of 79.09º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #759139 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 145 57 -
CMYK 0.19 0 0.61 0.43
HSL 79.09º 0.44% 0.4% -
HSV(B) 79.09º 0.61% 0.57% -
XYZ 18.2 24.33 7.61 -
YUV 126.6 88.72 121.16 -
System Red Green Blue C M Y K H S L
Decimal 117 145 57 0.19 0 0.61 0.43 79.09 0.44 0.4
Hex 75 91 39 13 0 3D 2B 4F 2C 28
Octal 165 221 71 23 0 75 53 117 54 50
Binary 1110101 10010001 111001 10011 0 111101 101011 1001111 101100 101000

Color Harmonies of #759139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759139

Black with #759139

Text Example


Text Example

White with #759139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759139; }

 p { color: rgb(117,145,57); }

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

background-color css

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

 a { background-color: rgb(117,145,57); }

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

border-color css

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

 span { border-color: rgb(117,145,57); }

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