Html Css Color HEX #759B32 Sushi

📋 copy color: '#759B32'

red 117 ◦ green 155 ◦ blue 50

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

Shades of Sushi #759B32

Tints of Sushi #759B32

RGB

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

 GREEN value IS 155 (60.94% from 255) = 48.14%

 BLUE value IS 50 (19.92% from 255) = 15.53%

R = 36.34%
G = 48.14%
B = 15.53%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#759B32 (or 0x759B32) is known color: Sushi. HEX triplet: 75, 9B and 32. RGB value is (117,155,50). Sum of RGB (Red+Green+Blue) = 117+155+50=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 155 (60.94% from 255 or 48.14% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 155 - color contains mainly: green. Hex color #759B32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759B32 is #8A64CD. Grayscale: #848484. Windows color (decimal): -9069774 or 3316597. OLE color: 3316597.

HSL color Cylindrical-coordinate representation of color #759B32: hue angle of 81.71º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #759B32 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 155 50 -
CMYK 0.25 0 0.68 0.39
HSL 81.71º 0.51% 0.4% -
HSV(B) 81.71º 0.68% 0.61% -
XYZ 19.63 27.45 7.28 -
YUV 131.67 81.91 117.54 -
System Red Green Blue C M Y K H S L
Decimal 117 155 50 0.25 0 0.68 0.39 81.71 0.51 0.4
Hex 75 9B 32 19 0 44 27 52 33 28
Octal 165 233 62 31 0 104 47 122 63 50
Binary 1110101 10011011 110010 11001 0 1000100 100111 1010010 110011 101000

Color Harmonies of #759B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759B32

Black with #759B32

Text Example


Text Example

White with #759B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759B32; }

 p { color: rgb(117,155,50); }

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

background-color css

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

 a { background-color: rgb(117,155,50); }

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

border-color css

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

 span { border-color: rgb(117,155,50); }

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