#789F34

Color #789F34 Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #789F34

Tints of Sushi #789F34

Color information

#789F34 (or 0x789F34) is unknown color: approx Sushi. HEX triplet: 78, 9F and 34. RGB value is (120,159,52). Sum of RGB (Red+Green+Blue) = 120+159+52=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 159 (62.5% from 255 or 48.04% from 331); Blue value is 52 (20.70% from 255 or 15.71% from 331); Max value from RGB is 159 - color contains mainly: green. Hex color #789F34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789F34 is #8760CB. Grayscale: #878787. Windows color (decimal): -8872140 or 3448696. OLE color: 3448696.

HSL color Cylindrical-coordinate representation of color #789F34: hue angle of 81.87º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #789F34 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.

Color convert

RGB12015952-
CMYK0.2500.670.38
HSL81.87º50.71%41.37%-
HSV(B)81.87º67.3%62.35%-
XYZ20.7629.047.76-
YUV135.1481.08117.2-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.25%
GREEN value IS 159 (62.5% from 255) = 48.04%
BLUE value IS 52 (20.70% from 255) = 15.71%
R=36.25%
G=48.04%
B=15.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal120159520.2500.670.3881.8750.7141.37
Hex789F341904326523329
Octal17023764310103461226351
Binary11110001001111111010011001010000111001101010010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789F34; }

 p { color: rgb(120,159,52); }

 H1.HeaderClassName
 {
   color: #789F34;
 }
 .AnyTagClassName
 {
   color: #789F34;
 }
</style>
background-color css

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

 a { background-color: rgb(120,159,52); }

 div.DivClassName
 {
   background-color: #789F34;
 }
 .BgClassName
 {
   background-color: #789F34;
 }
</style>
border-color css

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

 span { border-color: rgb(120,159,52); }

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