#7D9830

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

Shades of Sushi #7D9830

Tints of Sushi #7D9830

Color information

#7D9830 (or 0x7D9830) is unknown color: approx Sushi. HEX triplet: 7D, 98 and 30. RGB value is (125,152,48). Sum of RGB (Red+Green+Blue) = 125+152+48=325 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.46% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 152 - color contains mainly: green. Hex color #7D9830 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9830 is #8267CF. Grayscale: #848484. Windows color (decimal): -8546256 or 3184765. OLE color: 3184765.

HSL color Cylindrical-coordinate representation of color #7D9830: hue angle of 75.58º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D9830 is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB12515248-
CMYK0.1800.680.40
HSL75.58º52%39.22%-
HSV(B)75.58º68.42%59.61%-
XYZ20.2227.036.95-
YUV132.0780.55122.96-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.46%
GREEN value IS 152 (59.77% from 255) = 46.77%
BLUE value IS 48 (19.14% from 255) = 14.77%
R=38.46%
G=46.77%
B=14.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal125152480.1800.680.4075.585239.22
Hex7D983012044284c3427
Octal17523060220104501146447
Binary11111011001100011000010010010001001010001001100110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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