Html Css Color HEX #759331 Sushi

📋 copy color: '#759331'

red 117 ◦ green 147 ◦ blue 49

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

Shades of Sushi #759331

Tints of Sushi #759331

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.96%

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

R = 37.38%
G = 46.96%
B = 15.65%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#759331 (or 0x759331) is known color: Sushi. HEX triplet: 75, 93 and 31. RGB value is (117,147,49). Sum of RGB (Red+Green+Blue) = 117+147+49=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 147 - color contains mainly: green. Hex color #759331 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759331 is #8A6CCE. Grayscale: #7F7F7F. Windows color (decimal): -9071823 or 3249013. OLE color: 3249013.

HSL color Cylindrical-coordinate representation of color #759331: hue angle of 78.37º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #759331 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 147 49 -
CMYK 0.20 0 0.67 0.42
HSL 78.37º 0.5% 0.38% -
HSV(B) 78.37º 0.67% 0.58% -
XYZ 18.32 24.87 6.74 -
YUV 126.86 84.06 120.97 -
System Red Green Blue C M Y K H S L
Decimal 117 147 49 0.20 0 0.67 0.42 78.37 0.5 0.38
Hex 75 93 31 14 0 43 2A 4E 32 26
Octal 165 223 61 24 0 103 52 116 62 46
Binary 1110101 10010011 110001 10100 0 1000011 101010 1001110 110010 100110

Color Harmonies of #759331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759331

Black with #759331

Text Example


Text Example

White with #759331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759331; }

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

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

background-color css

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

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

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

border-color css

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

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

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