#72982B

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

Shades of Sushi #72982B

Tints of Sushi #72982B

Color information

#72982B (or 0x72982B) is unknown color: approx Sushi. HEX triplet: 72, 98 and 2B. RGB value is (114,152,43). Sum of RGB (Red+Green+Blue) = 114+152+43=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 152 (59.77% from 255 or 49.19% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 152 - color contains mainly: green. Hex color #72982B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72982B is #8D67D4. Grayscale: #808080. Windows color (decimal): -9267157 or 2857074. OLE color: 2857074.

HSL color Cylindrical-coordinate representation of color #72982B: hue angle of 80.92º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #72982B is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB11415243-
CMYK0.2500.720.40
HSL80.92º55.9%38.24%-
HSV(B)80.92º71.71%59.61%-
XYZ18.626.216.36-
YUV128.2179.91117.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.89%
GREEN value IS 152 (59.77% from 255) = 49.19%
BLUE value IS 43 (17.19% from 255) = 13.92%
R=36.89%
G=49.19%
B=13.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal114152430.2500.720.4080.9255.938.24
Hex72982B1904828513826
Octal16223053310110501217046
Binary11100101001100010101111001010010001010001010001111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72982B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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