#7D9621

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

Shades of Sushi #7D9621

Tints of Sushi #7D9621

Color information

#7D9621 (or 0x7D9621) is unknown color: approx Sushi. HEX triplet: 7D, 96 and 21. RGB value is (125,150,33). Sum of RGB (Red+Green+Blue) = 125+150+33=308 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.58% from 308); Green value is 150 (58.98% from 255 or 48.70% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 150 - color contains mainly: green. Hex color #7D9621 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9621 is #8269DE. Grayscale: #818181. Windows color (decimal): -8546783 or 2201213. OLE color: 2201213.

HSL color Cylindrical-coordinate representation of color #7D9621: hue angle of 72.82º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7D9621 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.41.

Color convert

RGB12515033-
CMYK0.1700.780.41
HSL72.82º63.93%35.88%-
HSV(B)72.82º78%58.82%-
XYZ19.6426.285.48-
YUV129.1973.72125.01-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.58%
GREEN value IS 150 (58.98% from 255) = 48.70%
BLUE value IS 33 (13.28% from 255) = 10.71%
R=40.58%
G=48.70%
B=10.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal125150330.1700.780.4172.8263.9335.88
Hex7D96211104E29494024
Octal175226412101165111110044
Binary111110110010110100001100010100111010100110010011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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