#789231

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

Shades of Sushi #789231

Tints of Sushi #789231

Color information

#789231 (or 0x789231) is unknown color: approx Sushi. HEX triplet: 78, 92 and 31. RGB value is (120,146,49). Sum of RGB (Red+Green+Blue) = 120+146+49=315 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.10% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 146 - color contains mainly: green. Hex color #789231 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789231 is #876DCE. Grayscale: #7F7F7F. Windows color (decimal): -8875471 or 3248760. OLE color: 3248760.

HSL color Cylindrical-coordinate representation of color #789231: hue angle of 76.08º degrees, saturation: 0.5, 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 #789231 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB12014649-
CMYK0.1800.660.43
HSL76.08º49.74%38.24%-
HSV(B)76.08º66.44%57.25%-
XYZ18.5824.776.71-
YUV127.1783.89122.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.10%
GREEN value IS 146 (57.42% from 255) = 46.35%
BLUE value IS 49 (19.53% from 255) = 15.56%
R=38.10%
G=46.35%
B=15.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal120146490.1800.660.4376.0849.7438.24
Hex789231120422B4c3226
Octal17022261220102531146246
Binary11110001001001011000110010010000101010111001100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789231; }

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

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

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

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

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

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

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

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