#789625

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

Shades of Sushi #789625

Tints of Sushi #789625

Color information

#789625 (or 0x789625) is unknown color: approx Sushi. HEX triplet: 78, 96 and 25. RGB value is (120,150,37). Sum of RGB (Red+Green+Blue) = 120+150+37=307 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.09% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 37 (14.84% from 255 or 12.05% from 307); Max value from RGB is 150 - color contains mainly: green. Hex color #789625 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789625 is #8769DA. Grayscale: #808080. Windows color (decimal): -8874459 or 2463352. OLE color: 2463352.

HSL color Cylindrical-coordinate representation of color #789625: hue angle of 75.93º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #789625 is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB12015037-
CMYK0.2000.750.41
HSL75.93º60.43%36.67%-
HSV(B)75.93º75.33%58.82%-
XYZ18.9925.945.76-
YUV128.1576.56122.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.09%
GREEN value IS 150 (58.98% from 255) = 48.86%
BLUE value IS 37 (14.84% from 255) = 12.05%
R=39.09%
G=48.86%
B=12.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal120150370.2000.750.4175.9360.4336.67
Hex7896251404B294c3c25
Octal17022645240113511147445
Binary11110001001011010010110100010010111010011001100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789625; }

 p { color: rgb(120,150,37); }

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

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

 a { background-color: rgb(120,150,37); }

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

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

 span { border-color: rgb(120,150,37); }

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