#72A23A

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

Shades of Sushi #72A23A

Tints of Sushi #72A23A

Color information

#72A23A (or 0x72A23A) is unknown color: approx Sushi. HEX triplet: 72, A2 and 3A. RGB value is (114,162,58). Sum of RGB (Red+Green+Blue) = 114+162+58=334 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.13% from 334); Green value is 162 (63.67% from 255 or 48.50% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 162 - color contains mainly: green. Hex color #72A23A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72A23A is #8D5DC5. Grayscale: #888888. Windows color (decimal): -9264582 or 3842674. OLE color: 3842674.

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

Color convert

RGB11416258-
CMYK0.3000.640.36
HSL87.69º47.27%43.14%-
HSV(B)87.69º64.2%63.53%-
XYZ20.6229.728.65-
YUV135.7984.1112.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.13%
GREEN value IS 162 (63.67% from 255) = 48.50%
BLUE value IS 58 (23.05% from 255) = 17.37%
R=34.13%
G=48.50%
B=17.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal114162580.3000.640.3687.6947.2743.14
Hex72A23A1E04024582f2b
Octal16224272360100441305753
Binary11100101010001011101011110010000001001001011000101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A23A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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