#789C45

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

Shades of Sushi #789C45

Tints of Sushi #789C45

Color information

#789C45 (or 0x789C45) is unknown color: approx Sushi. HEX triplet: 78, 9C and 45. RGB value is (120,156,69). Sum of RGB (Red+Green+Blue) = 120+156+69=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 156 (61.33% from 255 or 45.22% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 156 - color contains mainly: green. Hex color #789C45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789C45 is #8763BA. Grayscale: #878787. Windows color (decimal): -8872891 or 4562040. OLE color: 4562040.

HSL color Cylindrical-coordinate representation of color #789C45: hue angle of 84.83º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #789C45 is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.39.

Color convert

RGB12015669-
CMYK0.2300.560.39
HSL84.83º38.67%44.12%-
HSV(B)84.83º55.77%61.18%-
XYZ20.7128.29.98-
YUV135.3290.57117.07-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.78%
GREEN value IS 156 (61.33% from 255) = 45.22%
BLUE value IS 69 (27.34% from 255) = 20%
R=34.78%
G=45.22%
B=20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal120156690.2300.560.3984.8338.6744.12
Hex789C45170382755272c
Octal17023410527070471254754
Binary11110001001110010001011011101110001001111010101100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,156,69); }

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

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

 a { background-color: rgb(120,156,69); }

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

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

 span { border-color: rgb(120,156,69); }

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