#7B9B41

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

Shades of Sushi #7B9B41

Tints of Sushi #7B9B41

Color information

#7B9B41 (or 0x7B9B41) is unknown color: approx Sushi. HEX triplet: 7B, 9B and 41. RGB value is (123,155,65). Sum of RGB (Red+Green+Blue) = 123+155+65=343 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.86% from 343); Green value is 155 (60.94% from 255 or 45.19% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 155 - color contains mainly: green. Hex color #7B9B41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9B41 is #8464BE. Grayscale: #878787. Windows color (decimal): -8676543 or 4299643. OLE color: 4299643.

HSL color Cylindrical-coordinate representation of color #7B9B41: hue angle of 81.33º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7B9B41 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB12315565-
CMYK0.2100.580.39
HSL81.33º40.91%43.14%-
HSV(B)81.33º58.06%60.78%-
XYZ20.8428.049.31-
YUV135.1788.4119.32-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.86%
GREEN value IS 155 (60.94% from 255) = 45.19%
BLUE value IS 65 (25.78% from 255) = 18.95%
R=35.86%
G=45.19%
B=18.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal123155650.2100.580.3981.3340.9143.14
Hex7B9B411503A2751292b
Octal17323310125072471215153
Binary11110111001101110000011010101110101001111010001101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,155,65); }

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

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

 a { background-color: rgb(123,155,65); }

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

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

 span { border-color: rgb(123,155,65); }

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