#7B9128

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

Shades of Sushi #7B9128

Tints of Sushi #7B9128

Color information

#7B9128 (or 0x7B9128) is unknown color: approx Sushi. HEX triplet: 7B, 91 and 28. RGB value is (123,145,40). Sum of RGB (Red+Green+Blue) = 123+145+40=308 (40% of max value = 765). Red value is 123 (48.44% from 255 or 39.94% from 308); Green value is 145 (57.03% from 255 or 47.08% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 145 - color contains mainly: green. Hex color #7B9128 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9128 is #846ED7. Grayscale: #7E7E7E. Windows color (decimal): -8679128 or 2658683. OLE color: 2658683.

HSL color Cylindrical-coordinate representation of color #7B9128: hue angle of 72.57º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7B9128 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB12314540-
CMYK0.1500.720.43
HSL72.57º56.76%36.27%-
HSV(B)72.57º72.41%56.86%-
XYZ18.6824.615.77-
YUV126.4579.21125.54-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.94%
GREEN value IS 145 (57.03% from 255) = 47.08%
BLUE value IS 40 (16.02% from 255) = 12.99%
R=39.94%
G=47.08%
B=12.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal123145400.1500.720.4372.5756.7636.27
Hex7B9128F0482B493924
Octal17322150170110531117144
Binary1111011100100011010001111010010001010111001001111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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