Html Css Color HEX #789530 Sushi

📋 copy color: '#789530'

red 120 ◦ green 149 ◦ blue 48

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

Shades of Sushi #789530

Tints of Sushi #789530

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47%

 BLUE value IS 48 (19.14% from 255) = 15.14%

R = 37.85%
G = 47%
B = 15.14%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#789530 (or 0x789530) is known color: Sushi. HEX triplet: 78, 95 and 30. RGB value is (120,149,48). Sum of RGB (Red+Green+Blue) = 120+149+48=317 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.85% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 149 - color contains mainly: green. Hex color #789530 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789530 is #876ACF. Grayscale: #818181. Windows color (decimal): -8874704 or 3183992. OLE color: 3183992.

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

Color convert

RGB 120 149 48 -
CMYK 0.19 0 0.68 0.42
HSL 77.23º 0.51% 0.39% -
HSV(B) 77.23º 0.68% 0.58% -
XYZ 19.03 25.7 6.75 -
YUV 128.82 82.39 121.71 -
System Red Green Blue C M Y K H S L
Decimal 120 149 48 0.19 0 0.68 0.42 77.23 0.51 0.39
Hex 78 95 30 13 0 44 2A 4D 33 27
Octal 170 225 60 23 0 104 52 115 63 47
Binary 1111000 10010101 110000 10011 0 1000100 101010 1001101 110011 100111

Color Harmonies of #789530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789530

Black with #789530

Text Example


Text Example

White with #789530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789530; }

 p { color: rgb(120,149,48); }

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

background-color css

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

 a { background-color: rgb(120,149,48); }

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

border-color css

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

 span { border-color: rgb(120,149,48); }

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