#7B9728

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

Shades of Sushi #7B9728

Tints of Sushi #7B9728

Color information

#7B9728 (or 0x7B9728) is unknown color: approx Sushi. HEX triplet: 7B, 97 and 28. RGB value is (123,151,40). Sum of RGB (Red+Green+Blue) = 123+151+40=314 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.17% from 314); Green value is 151 (59.38% from 255 or 48.09% from 314); Blue value is 40 (16.02% from 255 or 12.74% from 314); Max value from RGB is 151 - color contains mainly: green. Hex color #7B9728 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9728 is #8468D7. Grayscale: #828282. Windows color (decimal): -8677592 or 2660219. OLE color: 2660219.

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

Color convert

RGB12315140-
CMYK0.1900.740.41
HSL75.14º58.12%37.45%-
HSV(B)75.14º73.51%59.22%-
XYZ19.6226.56.09-
YUV129.9777.22123.03-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.17%
GREEN value IS 151 (59.38% from 255) = 48.09%
BLUE value IS 40 (16.02% from 255) = 12.74%
R=39.17%
G=48.09%
B=12.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal123151400.1900.740.4175.1458.1237.45
Hex7B97281304A294b3a25
Octal17322750230112511137245
Binary11110111001011110100010011010010101010011001011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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