#7B9D20

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

Shades of Sushi #7B9D20

Tints of Sushi #7B9D20

Color information

#7B9D20 (or 0x7B9D20) is unknown color: approx Sushi. HEX triplet: 7B, 9D and 20. RGB value is (123,157,32). Sum of RGB (Red+Green+Blue) = 123+157+32=312 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.42% from 312); Green value is 157 (61.72% from 255 or 50.32% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 157 - color contains mainly: green. Hex color #7B9D20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B9D20 is #8462DF. Grayscale: #858585. Windows color (decimal): -8676064 or 2137467. OLE color: 2137467.

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

Color convert

RGB12315732-
CMYK0.2200.800.38
HSL76.32º66.14%37.06%-
HSV(B)76.32º79.62%61.57%-
XYZ20.4928.435.77-
YUV132.5871.24121.16-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.42%
GREEN value IS 157 (61.72% from 255) = 50.32%
BLUE value IS 32 (12.89% from 255) = 10.26%
R=39.42%
G=50.32%
B=10.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal123157320.2200.800.3876.3266.1437.06
Hex7B9D2016050264c4225
Octal173235402601204611410245
Binary111101110011101100000101100101000010011010011001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B9D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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