#72982D

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

Shades of Sushi #72982D

Tints of Sushi #72982D

Color information

#72982D (or 0x72982D) is unknown color: approx Sushi. HEX triplet: 72, 98 and 2D. RGB value is (114,152,45). Sum of RGB (Red+Green+Blue) = 114+152+45=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 152 (59.77% from 255 or 48.87% from 311); Blue value is 45 (17.97% from 255 or 14.47% from 311); Max value from RGB is 152 - color contains mainly: green. Hex color #72982D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72982D is #8D67D2. Grayscale: #808080. Windows color (decimal): -9267155 or 2988146. OLE color: 2988146.

HSL color Cylindrical-coordinate representation of color #72982D: hue angle of 81.31º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #72982D is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB11415245-
CMYK0.2500.700.40
HSL81.31º54.31%38.63%-
HSV(B)81.31º70.39%59.61%-
XYZ18.6426.226.56-
YUV128.4480.91117.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.66%
GREEN value IS 152 (59.77% from 255) = 48.87%
BLUE value IS 45 (17.97% from 255) = 14.47%
R=36.66%
G=48.87%
B=14.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal114152450.2500.700.4081.3154.3138.63
Hex72982D1904628513627
Octal16223055310106501216647
Binary11100101001100010110111001010001101010001010001110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72982D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72982D; }

 p { color: rgb(114,152,45); }

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

<style>
 a { background-color: #72982D; }

 a { background-color: rgb(114,152,45); }

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

<style>
 span { border-color: #72982D; }

 span { border-color: rgb(114,152,45); }

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