Html Css Color HEX #789030 Sushi

📋 copy color: '#789030'

red 120 ◦ green 144 ◦ blue 48

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

Shades of Sushi #789030

Tints of Sushi #789030

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.15%

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

R = 38.46%
G = 46.15%
B = 15.38%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#789030 (or 0x789030) is known color: Sushi. HEX triplet: 78, 90 and 30. RGB value is (120,144,48). Sum of RGB (Red+Green+Blue) = 120+144+48=312 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.46% from 312); Green value is 144 (56.64% from 255 or 46.15% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 144 - color contains mainly: green. Hex color #789030 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789030 is #876FCF. Grayscale: #7E7E7E. Windows color (decimal): -8875984 or 3182712. OLE color: 3182712.

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

Color convert

RGB 120 144 48 -
CMYK 0.17 0 0.67 0.44
HSL 75º 0.5% 0.38% -
HSV(B) 75º 0.67% 0.56% -
XYZ 18.25 24.15 6.5 -
YUV 125.88 84.05 123.81 -
System Red Green Blue C M Y K H S L
Decimal 120 144 48 0.17 0 0.67 0.44 75 0.5 0.38
Hex 78 90 30 11 0 43 2C 4B 32 26
Octal 170 220 60 21 0 103 54 113 62 46
Binary 1111000 10010000 110000 10001 0 1000011 101100 1001011 110010 100110

Color Harmonies of #789030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789030

Black with #789030

Text Example


Text Example

White with #789030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789030; }

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

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

background-color css

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

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

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

border-color css

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

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

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