#72AB39

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

Shades of Sushi #72AB39

Tints of Sushi #72AB39

Color information

#72AB39 (or 0x72AB39) is unknown color: approx Sushi. HEX triplet: 72, AB and 39. RGB value is (114,171,57). Sum of RGB (Red+Green+Blue) = 114+171+57=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 171 (67.19% from 255 or 50% from 342); Blue value is 57 (22.66% from 255 or 16.67% from 342); Max value from RGB is 171 - color contains mainly: green. Hex color #72AB39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72AB39 is #8D54C6. Grayscale: #8D8D8D. Windows color (decimal): -9262279 or 3779442. OLE color: 3779442.

HSL color Cylindrical-coordinate representation of color #72AB39: hue angle of 90º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #72AB39 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB11417157-
CMYK0.3300.670.33
HSL90º50%44.71%-
HSV(B)90º66.67%67.06%-
XYZ22.24339.07-
YUV140.9680.62108.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.33%
GREEN value IS 171 (67.19% from 255) = 50%
BLUE value IS 57 (22.66% from 255) = 16.67%
R=33.33%
G=50%
B=16.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114171570.3300.670.33905044.71
Hex72AB3921043215a322d
Octal16225371410103411326255
Binary111001010101011111001100001010000111000011011010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AB39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72AB39; }

 p { color: rgb(114,171,57); }

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

<style>
 a { background-color: #72AB39; }

 a { background-color: rgb(114,171,57); }

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

<style>
 span { border-color: #72AB39; }

 span { border-color: rgb(114,171,57); }

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