#7B9928

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

Shades of Sushi #7B9928

Tints of Sushi #7B9928

Color information

#7B9928 (or 0x7B9928) is unknown color: approx Sushi. HEX triplet: 7B, 99 and 28. RGB value is (123,153,40). Sum of RGB (Red+Green+Blue) = 123+153+40=316 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.92% from 316); Green value is 153 (60.16% from 255 or 48.42% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 153 - color contains mainly: green. Hex color #7B9928 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9928 is #8466D7. Grayscale: #838383. Windows color (decimal): -8677080 or 2660731. OLE color: 2660731.

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

Color convert

RGB12315340-
CMYK0.2000.740.4
HSL75.93º58.55%37.84%-
HSV(B)75.93º73.86%60%-
XYZ19.9427.156.2-
YUV131.1576.56122.19-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.92%
GREEN value IS 153 (60.16% from 255) = 48.42%
BLUE value IS 40 (16.02% from 255) = 12.66%
R=38.92%
G=48.42%
B=12.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal123153400.2000.740.475.9358.5537.84
Hex7B99281404A284c3b26
Octal17323150240112501147346
Binary11110111001100110100010100010010101010001001100111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,153,40); }

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

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

 a { background-color: rgb(123,153,40); }

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

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

 span { border-color: rgb(123,153,40); }

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