#7D991D

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

Shades of Sushi #7D991D

Tints of Sushi #7D991D

Color information

#7D991D (or 0x7D991D) is unknown color: approx Sushi. HEX triplet: 7D, 99 and 1D. RGB value is (125,153,29). Sum of RGB (Red+Green+Blue) = 125+153+29=307 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.72% from 307); Green value is 153 (60.16% from 255 or 49.84% from 307); Blue value is 29 (11.72% from 255 or 9.45% from 307); Max value from RGB is 153 - color contains mainly: green. Hex color #7D991D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D991D is #8266E2. Grayscale: #828282. Windows color (decimal): -8546019 or 1939837. OLE color: 1939837.

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

Color convert

RGB12515329-
CMYK0.1800.810.4
HSL73.55º68.13%35.69%-
HSV(B)73.55º81.05%60%-
XYZ20.0727.235.36-
YUV130.4970.72124.08-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.72%
GREEN value IS 153 (60.16% from 255) = 49.84%
BLUE value IS 29 (11.72% from 255) = 9.45%
R=40.72%
G=49.84%
B=9.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal125153290.1800.810.473.5568.1335.69
Hex7D991D12051284a4424
Octal175231352201215011210444
Binary11111011001100111101100100101000110100010010101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D991D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,153,29); }

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

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

 a { background-color: rgb(125,153,29); }

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

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

 span { border-color: rgb(125,153,29); }

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