#72982A

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

Shades of Sushi #72982A

Tints of Sushi #72982A

Color information

#72982A (or 0x72982A) is unknown color: approx Sushi. HEX triplet: 72, 98 and 2A. RGB value is (114,152,42). Sum of RGB (Red+Green+Blue) = 114+152+42=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 152 (59.77% from 255 or 49.35% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 152 - color contains mainly: green. Hex color #72982A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72982A is #8D67D5. Grayscale: #808080. Windows color (decimal): -9267158 or 2791538. OLE color: 2791538.

HSL color Cylindrical-coordinate representation of color #72982A: hue angle of 80.73º degrees, saturation: 0.57, 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 #72982A is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB11415242-
CMYK0.2500.720.40
HSL80.73º56.7%38.04%-
HSV(B)80.73º72.37%59.61%-
XYZ18.5926.26.27-
YUV128.179.41117.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.01%
GREEN value IS 152 (59.77% from 255) = 49.35%
BLUE value IS 42 (16.80% from 255) = 13.64%
R=37.01%
G=49.35%
B=13.64%

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
Decimal114152420.2500.720.4080.7356.738.04
Hex72982A1904828513926
Octal16223052310110501217146
Binary11100101001100010101011001010010001010001010001111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72982A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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