#7D983A

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

Shades of Sushi #7D983A

Tints of Sushi #7D983A

Color information

#7D983A (or 0x7D983A) is unknown color: approx Sushi. HEX triplet: 7D, 98 and 3A. RGB value is (125,152,58). Sum of RGB (Red+Green+Blue) = 125+152+58=335 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.31% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 152 - color contains mainly: green. Hex color #7D983A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D983A is #8267C5. Grayscale: #858585. Windows color (decimal): -8546246 or 3840125. OLE color: 3840125.

HSL color Cylindrical-coordinate representation of color #7D983A: hue angle of 77.23º 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 #7D983A is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB12515258-
CMYK0.1800.620.40
HSL77.23º44.76%41.18%-
HSV(B)77.23º61.84%59.61%-
XYZ20.4527.128.16-
YUV133.2185.55122.14-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.31%
GREEN value IS 152 (59.77% from 255) = 45.37%
BLUE value IS 58 (23.05% from 255) = 17.31%
R=37.31%
G=45.37%
B=17.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal125152580.1800.620.4077.2344.7641.18
Hex7D983A1203E284d2d29
Octal1752307222076501155551
Binary1111101100110001110101001001111101010001001101101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D983A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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