#7B9B30

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

Shades of Sushi #7B9B30

Tints of Sushi #7B9B30

Color information

#7B9B30 (or 0x7B9B30) is unknown color: approx Sushi. HEX triplet: 7B, 9B and 30. RGB value is (123,155,48). Sum of RGB (Red+Green+Blue) = 123+155+48=326 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.73% from 326); Green value is 155 (60.94% from 255 or 47.55% from 326); Blue value is 48 (19.14% from 255 or 14.72% from 326); Max value from RGB is 155 - color contains mainly: green. Hex color #7B9B30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9B30 is #8464CF. Grayscale: #858585. Windows color (decimal): -8676560 or 3185531. OLE color: 3185531.

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

Color convert

RGB12315548-
CMYK0.2100.690.39
HSL77.94º52.71%39.8%-
HSV(B)77.94º69.03%60.78%-
XYZ20.4227.877.1-
YUV133.2379.9120.7-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.73%
GREEN value IS 155 (60.94% from 255) = 47.55%
BLUE value IS 48 (19.14% from 255) = 14.72%
R=37.73%
G=47.55%
B=14.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal123155480.2100.690.3977.9452.7139.8
Hex7B9B3015045274e3528
Octal17323360250105471166550
Binary11110111001101111000010101010001011001111001110110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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