Html Css Color HEX #759731 Sushi

📋 copy color: '#759731'

red 117 ◦ green 151 ◦ blue 49

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

Shades of Sushi #759731

Tints of Sushi #759731

RGB

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

 GREEN value IS 151 (59.38% from 255) = 47.63%

 BLUE value IS 49 (19.53% from 255) = 15.46%

R = 36.91%
G = 47.63%
B = 15.46%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#759731 (or 0x759731) is known color: Sushi. HEX triplet: 75, 97 and 31. RGB value is (117,151,49). Sum of RGB (Red+Green+Blue) = 117+151+49=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 151 (59.38% from 255 or 47.63% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 151 - color contains mainly: green. Hex color #759731 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759731 is #8A68CE. Grayscale: #818181. Windows color (decimal): -9070799 or 3250037. OLE color: 3250037.

HSL color Cylindrical-coordinate representation of color #759731: hue angle of 80º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #759731 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 151 49 -
CMYK 0.23 0 0.68 0.41
HSL 80º 0.51% 0.39% -
HSV(B) 80º 0.68% 0.59% -
XYZ 18.96 26.14 6.95 -
YUV 129.21 82.74 119.29 -
System Red Green Blue C M Y K H S L
Decimal 117 151 49 0.23 0 0.68 0.41 80 0.51 0.39
Hex 75 97 31 17 0 44 29 50 33 27
Octal 165 227 61 27 0 104 51 120 63 47
Binary 1110101 10010111 110001 10111 0 1000100 101001 1010000 110011 100111

Color Harmonies of #759731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759731

Black with #759731

Text Example


Text Example

White with #759731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759731; }

 p { color: rgb(117,151,49); }

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

background-color css

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

 a { background-color: rgb(117,151,49); }

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

border-color css

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

 span { border-color: rgb(117,151,49); }

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