#7D9D36

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

Shades of Sushi #7D9D36

Tints of Sushi #7D9D36

Color information

#7D9D36 (or 0x7D9D36) is unknown color: approx Sushi. HEX triplet: 7D, 9D and 36. RGB value is (125,157,54). Sum of RGB (Red+Green+Blue) = 125+157+54=336 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.20% from 336); Green value is 157 (61.72% from 255 or 46.73% from 336); Blue value is 54 (21.48% from 255 or 16.07% from 336); Max value from RGB is 157 - color contains mainly: green. Hex color #7D9D36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9D36 is #8262C9. Grayscale: #888888. Windows color (decimal): -8544970 or 3579261. OLE color: 3579261.

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

Color convert

RGB12515754-
CMYK0.2000.660.38
HSL78.64º48.82%41.37%-
HSV(B)78.64º65.61%61.57%-
XYZ21.1828.747.92-
YUV135.6981.9120.38-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.20%
GREEN value IS 157 (61.72% from 255) = 46.73%
BLUE value IS 54 (21.48% from 255) = 16.07%
R=37.20%
G=46.73%
B=16.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal125157540.2000.660.3878.6448.8241.37
Hex7D9D3614042264f3129
Octal17523566240102461176151
Binary11111011001110111011010100010000101001101001111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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