#7D993A

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

Shades of Sushi #7D993A

Tints of Sushi #7D993A

Color information

#7D993A (or 0x7D993A) is unknown color: approx Sushi. HEX triplet: 7D, 99 and 3A. RGB value is (125,153,58). Sum of RGB (Red+Green+Blue) = 125+153+58=336 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.20% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 153 - color contains mainly: green. Hex color #7D993A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D993A is #8266C5. Grayscale: #868686. Windows color (decimal): -8545990 or 3840381. OLE color: 3840381.

HSL color Cylindrical-coordinate representation of color #7D993A: hue angle of 77.68º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D993A is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.4.

Color convert

RGB12515358-
CMYK0.1800.620.4
HSL77.68º45.02%41.37%-
HSV(B)77.68º62.09%60%-
XYZ20.6127.458.21-
YUV133.885.22121.72-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.20%
GREEN value IS 153 (60.16% from 255) = 45.54%
BLUE value IS 58 (23.05% from 255) = 17.26%
R=37.20%
G=45.54%
B=17.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal125153580.1800.620.477.6845.0241.37
Hex7D993A1203E284e2d29
Octal1752317222076501165551
Binary1111101100110011110101001001111101010001001110101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D993A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,153,58); }

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

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

 a { background-color: rgb(125,153,58); }

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

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

 span { border-color: rgb(125,153,58); }

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