#7D9D46

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

Shades of Sushi #7D9D46

Tints of Sushi #7D9D46

Color information

#7D9D46 (or 0x7D9D46) is unknown color: approx Sushi. HEX triplet: 7D, 9D and 46. RGB value is (125,157,70). Sum of RGB (Red+Green+Blue) = 125+157+70=352 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.51% from 352); Green value is 157 (61.72% from 255 or 44.60% from 352); Blue value is 70 (27.73% from 255 or 19.89% from 352); Max value from RGB is 157 - color contains mainly: green. Hex color #7D9D46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9D46 is #8262B9. Grayscale: #898989. Windows color (decimal): -8544954 or 4627837. OLE color: 4627837.

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

Color convert

RGB12515770-
CMYK0.2000.550.38
HSL82.07º38.33%44.51%-
HSV(B)82.07º55.41%61.57%-
XYZ21.6228.9210.24-
YUV137.5189.9119.07-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.51%
GREEN value IS 157 (61.72% from 255) = 44.60%
BLUE value IS 70 (27.73% from 255) = 19.89%
R=35.51%
G=44.60%
B=19.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal125157700.2000.550.3882.0738.3344.51
Hex7D9D46140372652262d
Octal17523510624067461224655
Binary11111011001110110001101010001101111001101010010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,157,70); }

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

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

 a { background-color: rgb(125,157,70); }

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

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

 span { border-color: rgb(125,157,70); }

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