#7B9129

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

Shades of Sushi #7B9129

Tints of Sushi #7B9129

Color information

#7B9129 (or 0x7B9129) is unknown color: approx Sushi. HEX triplet: 7B, 91 and 29. RGB value is (123,145,41). Sum of RGB (Red+Green+Blue) = 123+145+41=309 (40% of max value = 765). Red value is 123 (48.44% from 255 or 39.81% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 145 - color contains mainly: green. Hex color #7B9129 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9129 is #846ED6. Grayscale: #7E7E7E. Windows color (decimal): -8679127 or 2724219. OLE color: 2724219.

HSL color Cylindrical-coordinate representation of color #7B9129: hue angle of 72.69º degrees, saturation: 0.56, 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 #7B9129 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB12314541-
CMYK0.1500.720.43
HSL72.69º55.91%36.47%-
HSV(B)72.69º71.72%56.86%-
XYZ18.6924.625.87-
YUV126.5779.71125.46-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.81%
GREEN value IS 145 (57.03% from 255) = 46.93%
BLUE value IS 41 (16.41% from 255) = 13.27%
R=39.81%
G=46.93%
B=13.27%

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
Decimal123145410.1500.720.4372.6955.9136.47
Hex7B9129F0482B493824
Octal17322151170110531117044
Binary1111011100100011010011111010010001010111001001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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