Html Css Color HEX #789528 Sushi

📋 copy color: '#789528'

red 120 ◦ green 149 ◦ blue 40

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

Shades of Sushi #789528

Tints of Sushi #789528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.94%

R = 38.83%
G = 48.22%
B = 12.94%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#789528 (or 0x789528) is known color: Sushi. HEX triplet: 78, 95 and 28. RGB value is (120,149,40). Sum of RGB (Red+Green+Blue) = 120+149+40=309 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.83% from 309); Green value is 149 (58.59% from 255 or 48.22% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 149 - color contains mainly: green. Hex color #789528 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789528 is #876AD7. Grayscale: #808080. Windows color (decimal): -8874712 or 2659704. OLE color: 2659704.

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

Color convert

RGB 120 149 40 -
CMYK 0.19 0 0.73 0.42
HSL 75.96º 0.58% 0.37% -
HSV(B) 75.96º 0.73% 0.58% -
XYZ 18.88 25.64 5.96 -
YUV 127.9 78.39 122.36 -
System Red Green Blue C M Y K H S L
Decimal 120 149 40 0.19 0 0.73 0.42 75.96 0.58 0.37
Hex 78 95 28 13 0 49 2A 4C 3A 25
Octal 170 225 50 23 0 111 52 114 72 45
Binary 1111000 10010101 101000 10011 0 1001001 101010 1001100 111010 100101

Color Harmonies of #789528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789528

Black with #789528

Text Example


Text Example

White with #789528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789528; }

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

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

background-color css

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

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

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

border-color css

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

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

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