#72983D

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

Shades of Sushi #72983D

Tints of Sushi #72983D

Color information

#72983D (or 0x72983D) is unknown color: approx Sushi. HEX triplet: 72, 98 and 3D. RGB value is (114,152,61). Sum of RGB (Red+Green+Blue) = 114+152+61=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 152 (59.77% from 255 or 46.48% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 152 - color contains mainly: green. Hex color #72983D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72983D is #8D67C2. Grayscale: #828282. Windows color (decimal): -9267139 or 4036722. OLE color: 4036722.

HSL color Cylindrical-coordinate representation of color #72983D: hue angle of 85.05º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #72983D is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.40.

Color convert

RGB11415261-
CMYK0.2500.600.40
HSL85.05º42.72%41.76%-
HSV(B)85.05º59.87%59.61%-
XYZ19.0126.378.5-
YUV130.2688.91116.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.86%
GREEN value IS 152 (59.77% from 255) = 46.48%
BLUE value IS 61 (24.22% from 255) = 18.65%
R=34.86%
G=46.48%
B=18.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal114152610.2500.600.4085.0542.7241.76
Hex72983D1903C28552b2a
Octal1622307531074501255352
Binary1110010100110001111011100101111001010001010101101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72983D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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