#7D972D

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

Shades of Sushi #7D972D

Tints of Sushi #7D972D

Color information

#7D972D (or 0x7D972D) is unknown color: approx Sushi. HEX triplet: 7D, 97 and 2D. RGB value is (125,151,45). Sum of RGB (Red+Green+Blue) = 125+151+45=321 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.94% from 321); Green value is 151 (59.38% from 255 or 47.04% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 151 - color contains mainly: green. Hex color #7D972D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D972D is #8268D2. Grayscale: #838383. Windows color (decimal): -8546515 or 2987901. OLE color: 2987901.

HSL color Cylindrical-coordinate representation of color #7D972D: hue angle of 74.72º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D972D is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB12515145-
CMYK0.1700.700.41
HSL74.72º54.08%38.43%-
HSV(B)74.72º70.2%59.22%-
XYZ2026.686.58-
YUV131.1479.39123.62-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.94%
GREEN value IS 151 (59.38% from 255) = 47.04%
BLUE value IS 45 (17.97% from 255) = 14.02%
R=38.94%
G=47.04%
B=14.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal125151450.1700.700.4174.7254.0838.43
Hex7D972D11046294b3626
Octal17522755210106511136646
Binary11111011001011110110110001010001101010011001011110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D972D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,151,45); }

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

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

 a { background-color: rgb(125,151,45); }

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

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

 span { border-color: rgb(125,151,45); }

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