Html Css Color HEX #789131 Sushi

📋 copy color: '#789131'

red 120 ◦ green 145 ◦ blue 49

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

Shades of Sushi #789131

Tints of Sushi #789131

RGB

 RED value IS 120 (47.27% from 255) = 38.22%

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

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

R = 38.22%
G = 46.18%
B = 15.61%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#789131 (or 0x789131) is known color: Sushi. HEX triplet: 78, 91 and 31. RGB value is (120,145,49). Sum of RGB (Red+Green+Blue) = 120+145+49=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 145 - color contains mainly: green. Hex color #789131 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789131 is #876ECE. Grayscale: #7E7E7E. Windows color (decimal): -8875727 or 3248504. OLE color: 3248504.

HSL color Cylindrical-coordinate representation of color #789131: hue angle of 75.63º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #789131 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 120 145 49 -
CMYK 0.17 0 0.66 0.43
HSL 75.63º 0.49% 0.38% -
HSV(B) 75.63º 0.66% 0.57% -
XYZ 18.43 24.47 6.66 -
YUV 126.58 84.22 123.31 -
System Red Green Blue C M Y K H S L
Decimal 120 145 49 0.17 0 0.66 0.43 75.63 0.49 0.38
Hex 78 91 31 11 0 42 2B 4C 31 26
Octal 170 221 61 21 0 102 53 114 61 46
Binary 1111000 10010001 110001 10001 0 1000010 101011 1001100 110001 100110

Color Harmonies of #789131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789131

Black with #789131

Text Example


Text Example

White with #789131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789131; }

 p { color: rgb(120,145,49); }

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

background-color css

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

 a { background-color: rgb(120,145,49); }

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

border-color css

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

 span { border-color: rgb(120,145,49); }

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