#72963F

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

Shades of Sushi #72963F

Tints of Sushi #72963F

Color information

#72963F (or 0x72963F) is unknown color: approx Sushi. HEX triplet: 72, 96 and 3F. RGB value is (114,150,63). Sum of RGB (Red+Green+Blue) = 114+150+63=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 150 - color contains mainly: green. Hex color #72963F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72963F is #8D69C0. Grayscale: #818181. Windows color (decimal): -9267649 or 4167282. OLE color: 4167282.

HSL color Cylindrical-coordinate representation of color #72963F: hue angle of 84.83º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #72963F is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB11415063-
CMYK0.2400.580.41
HSL84.83º40.85%41.76%-
HSV(B)84.83º58%58.82%-
XYZ18.7425.758.68-
YUV129.3290.57117.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.86%
GREEN value IS 150 (58.98% from 255) = 45.87%
BLUE value IS 63 (25% from 255) = 19.27%
R=34.86%
G=45.87%
B=19.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal114150630.2400.580.4184.8340.8541.76
Hex72963F1803A2955292a
Octal1622267730072511255152
Binary1110010100101101111111100001110101010011010101101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72963F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72963F; }

 p { color: rgb(114,150,63); }

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

<style>
 a { background-color: #72963F; }

 a { background-color: rgb(114,150,63); }

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

<style>
 span { border-color: #72963F; }

 span { border-color: rgb(114,150,63); }

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