#7D9A28

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

Shades of Sushi #7D9A28

Tints of Sushi #7D9A28

Color information

#7D9A28 (or 0x7D9A28) is unknown color: approx Sushi. HEX triplet: 7D, 9A and 28. RGB value is (125,154,40). Sum of RGB (Red+Green+Blue) = 125+154+40=319 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.18% from 319); Green value is 154 (60.55% from 255 or 48.28% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 154 - color contains mainly: green. Hex color #7D9A28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9A28 is #8265D7. Grayscale: #848484. Windows color (decimal): -8545752 or 2660989. OLE color: 2660989.

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

Color convert

RGB12515440-
CMYK0.1900.740.40
HSL75.26º58.76%38.04%-
HSV(B)75.26º74.03%60.39%-
XYZ20.427.626.26-
YUV132.3375.89122.77-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.18%
GREEN value IS 154 (60.55% from 255) = 48.28%
BLUE value IS 40 (16.02% from 255) = 12.54%
R=39.18%
G=48.28%
B=12.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal125154400.1900.740.4075.2658.7638.04
Hex7D9A281304A284b3b26
Octal17523250230112501137346
Binary11111011001101010100010011010010101010001001011111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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