#7D9F21

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

Shades of Sushi #7D9F21

Tints of Sushi #7D9F21

Color information

#7D9F21 (or 0x7D9F21) is unknown color: approx Sushi. HEX triplet: 7D, 9F and 21. RGB value is (125,159,33). Sum of RGB (Red+Green+Blue) = 125+159+33=317 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.43% from 317); Green value is 159 (62.5% from 255 or 50.16% from 317); Blue value is 33 (13.28% from 255 or 10.41% from 317); Max value from RGB is 159 - color contains mainly: green. Hex color #7D9F21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9F21 is #8260DE. Grayscale: #868686. Windows color (decimal): -8544479 or 2203517. OLE color: 2203517.

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

Color convert

RGB12515933-
CMYK0.2100.790.38
HSL76.19º65.62%37.65%-
HSV(B)76.19º79.25%62.35%-
XYZ21.1329.275.97-
YUV134.4770.74121.25-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.43%
GREEN value IS 159 (62.5% from 255) = 50.16%
BLUE value IS 33 (13.28% from 255) = 10.41%
R=39.43%
G=50.16%
B=10.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal125159330.2100.790.3876.1965.6237.65
Hex7D9F211504F264c4226
Octal175237412501174611410246
Binary111110110011111100001101010100111110011010011001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,159,33); }

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

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

 a { background-color: rgb(125,159,33); }

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

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

 span { border-color: rgb(125,159,33); }

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