#7B9D36

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

Shades of Sushi #7B9D36

Tints of Sushi #7B9D36

Color information

#7B9D36 (or 0x7B9D36) is unknown color: approx Sushi. HEX triplet: 7B, 9D and 36. RGB value is (123,157,54). Sum of RGB (Red+Green+Blue) = 123+157+54=334 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.83% from 334); Green value is 157 (61.72% from 255 or 47.01% from 334); Blue value is 54 (21.48% from 255 or 16.17% from 334); Max value from RGB is 157 - color contains mainly: green. Hex color #7B9D36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9D36 is #8462C9. Grayscale: #878787. Windows color (decimal): -8676042 or 3579259. OLE color: 3579259.

HSL color Cylindrical-coordinate representation of color #7B9D36: hue angle of 79.81º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7B9D36 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.38.

Color convert

RGB12315754-
CMYK0.2200.660.38
HSL79.81º48.82%41.37%-
HSV(B)79.81º65.61%61.57%-
XYZ20.8928.597.91-
YUV135.0982.24119.38-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.83%
GREEN value IS 157 (61.72% from 255) = 47.01%
BLUE value IS 54 (21.48% from 255) = 16.17%
R=36.83%
G=47.01%
B=16.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal123157540.2200.660.3879.8148.8241.37
Hex7B9D361604226503129
Octal17323566260102461206151
Binary11110111001110111011010110010000101001101010000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,157,54); }

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

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

 a { background-color: rgb(123,157,54); }

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

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

 span { border-color: rgb(123,157,54); }

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