#72A22F

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

Shades of Sushi #72A22F

Tints of Sushi #72A22F

Color information

#72A22F (or 0x72A22F) is unknown color: approx Sushi. HEX triplet: 72, A2 and 2F. RGB value is (114,162,47). Sum of RGB (Red+Green+Blue) = 114+162+47=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 162 (63.67% from 255 or 50.15% from 323); Blue value is 47 (18.75% from 255 or 14.55% from 323); Max value from RGB is 162 - color contains mainly: green. Hex color #72A22F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72A22F is #8D5DD0. Grayscale: #868686. Windows color (decimal): -9264593 or 3121778. OLE color: 3121778.

HSL color Cylindrical-coordinate representation of color #72A22F: hue angle of 85.04º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #72A22F is Cyan = 0.30, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB11416247-
CMYK0.3000.710.36
HSL85.04º55.02%40.98%-
HSV(B)85.04º70.99%63.53%-
XYZ20.3729.627.33-
YUV134.5478.6113.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.29%
GREEN value IS 162 (63.67% from 255) = 50.15%
BLUE value IS 47 (18.75% from 255) = 14.55%
R=35.29%
G=50.15%
B=14.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal114162470.3000.710.3685.0455.0240.98
Hex72A22F1E04724553729
Octal16224257360107441256751
Binary11100101010001010111111110010001111001001010101110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A22F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,162,47); }

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

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

 a { background-color: rgb(114,162,47); }

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

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

 span { border-color: rgb(114,162,47); }

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