#7B922B

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

Shades of Sushi #7B922B

Tints of Sushi #7B922B

Color information

#7B922B (or 0x7B922B) is unknown color: approx Sushi. HEX triplet: 7B, 92 and 2B. RGB value is (123,146,43). Sum of RGB (Red+Green+Blue) = 123+146+43=312 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.42% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 146 - color contains mainly: green. Hex color #7B922B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B922B is #846DD4. Grayscale: #7F7F7F. Windows color (decimal): -8678869 or 2855547. OLE color: 2855547.

HSL color Cylindrical-coordinate representation of color #7B922B: hue angle of 73.4º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7B922B is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB12314643-
CMYK0.1600.710.43
HSL73.4º54.5%37.06%-
HSV(B)73.4º70.55%57.25%-
XYZ18.8824.946.1-
YUV127.3880.38124.88-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.42%
GREEN value IS 146 (57.42% from 255) = 46.79%
BLUE value IS 43 (17.19% from 255) = 13.78%
R=39.42%
G=46.79%
B=13.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal123146430.1600.710.4373.454.537.06
Hex7B922B100472B493625
Octal17322253200107531116645
Binary11110111001001010101110000010001111010111001001110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B922B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,146,43); }

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

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

 a { background-color: rgb(123,146,43); }

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

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

 span { border-color: rgb(123,146,43); }

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