#7D9A24

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

Shades of Sushi #7D9A24

Tints of Sushi #7D9A24

Color information

#7D9A24 (or 0x7D9A24) is unknown color: approx Sushi. HEX triplet: 7D, 9A and 24. RGB value is (125,154,36). Sum of RGB (Red+Green+Blue) = 125+154+36=315 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.68% from 315); Green value is 154 (60.55% from 255 or 48.89% from 315); Blue value is 36 (14.45% from 255 or 11.43% from 315); Max value from RGB is 154 - color contains mainly: green. Hex color #7D9A24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9A24 is #8265DB. Grayscale: #848484. Windows color (decimal): -8545756 or 2398845. OLE color: 2398845.

HSL color Cylindrical-coordinate representation of color #7D9A24: hue angle of 74.75º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7D9A24 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.40.

Color convert

RGB12515436-
CMYK0.1900.770.40
HSL74.75º62.11%37.25%-
HSV(B)74.75º76.62%60.39%-
XYZ20.3327.65.92-
YUV131.8873.89123.09-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.68%
GREEN value IS 154 (60.55% from 255) = 48.89%
BLUE value IS 36 (14.45% from 255) = 11.43%
R=39.68%
G=48.89%
B=11.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal125154360.1900.770.4074.7562.1137.25
Hex7D9A241304D284b3e25
Octal17523244230115501137645
Binary11111011001101010010010011010011011010001001011111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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