#7B9738

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

Shades of Sushi #7B9738

Tints of Sushi #7B9738

Color information

#7B9738 (or 0x7B9738) is unknown color: approx Sushi. HEX triplet: 7B, 97 and 38. RGB value is (123,151,56). Sum of RGB (Red+Green+Blue) = 123+151+56=330 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.27% from 330); Green value is 151 (59.38% from 255 or 45.76% from 330); Blue value is 56 (22.27% from 255 or 16.97% from 330); Max value from RGB is 151 - color contains mainly: green. Hex color #7B9738 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9738 is #8468C7. Grayscale: #848484. Windows color (decimal): -8677576 or 3708795. OLE color: 3708795.

HSL color Cylindrical-coordinate representation of color #7B9738: hue angle of 77.68º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B9738 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB12315156-
CMYK0.1900.630.41
HSL77.68º45.89%40.59%-
HSV(B)77.68º62.91%59.22%-
XYZ19.9526.637.83-
YUV131.885.22121.72-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.27%
GREEN value IS 151 (59.38% from 255) = 45.76%
BLUE value IS 56 (22.27% from 255) = 16.97%
R=37.27%
G=45.76%
B=16.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal123151560.1900.630.4177.6845.8940.59
Hex7B97381303F294e2e29
Octal1732277023077511165651
Binary1111011100101111110001001101111111010011001110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B9738; }

 p { color: rgb(123,151,56); }

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

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

 a { background-color: rgb(123,151,56); }

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

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

 span { border-color: rgb(123,151,56); }

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