#7D9E24

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

Shades of Sushi #7D9E24

Tints of Sushi #7D9E24

Color information

#7D9E24 (or 0x7D9E24) is unknown color: approx Sushi. HEX triplet: 7D, 9E and 24. RGB value is (125,158,36). Sum of RGB (Red+Green+Blue) = 125+158+36=319 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.18% from 319); Green value is 158 (62.11% from 255 or 49.53% from 319); Blue value is 36 (14.45% from 255 or 11.29% from 319); Max value from RGB is 158 - color contains mainly: green. Hex color #7D9E24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9E24 is #8261DB. Grayscale: #868686. Windows color (decimal): -8544732 or 2399869. OLE color: 2399869.

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

Color convert

RGB12515836-
CMYK0.2100.770.38
HSL76.23º62.89%38.04%-
HSV(B)76.23º77.22%61.96%-
XYZ2128.946.15-
YUV134.2272.57121.42-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.18%
GREEN value IS 158 (62.11% from 255) = 49.53%
BLUE value IS 36 (14.45% from 255) = 11.29%
R=39.18%
G=49.53%
B=11.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal125158360.2100.770.3876.2362.8938.04
Hex7D9E241504D264c3f26
Octal17523644250115461147746
Binary11111011001111010010010101010011011001101001100111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,158,36); }

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

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

 a { background-color: rgb(125,158,36); }

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

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

 span { border-color: rgb(125,158,36); }

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