#72A83C

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

Shades of Sushi #72A83C

Tints of Sushi #72A83C

Color information

#72A83C (or 0x72A83C) is unknown color: approx Sushi. HEX triplet: 72, A8 and 3C. RGB value is (114,168,60). Sum of RGB (Red+Green+Blue) = 114+168+60=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 168 (66.02% from 255 or 49.12% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 168 - color contains mainly: green. Hex color #72A83C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72A83C is #8D57C3. Grayscale: #8B8B8B. Windows color (decimal): -9263044 or 3975282. OLE color: 3975282.

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

Color convert

RGB11416860-
CMYK0.3200.640.34
HSL90º47.37%44.71%-
HSV(B)90º64.29%65.88%-
XYZ21.7631.919.29-
YUV139.5483.11109.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.33%
GREEN value IS 168 (66.02% from 255) = 49.12%
BLUE value IS 60 (23.83% from 255) = 17.54%
R=33.33%
G=49.12%
B=17.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal114168600.3200.640.349047.3744.71
Hex72A83C20040225a2f2d
Octal16225074400100421325755
Binary111001010101000111100100000010000001000101011010101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A83C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,168,60); }

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

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

 a { background-color: rgb(114,168,60); }

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

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

 span { border-color: rgb(114,168,60); }

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