#72A834

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

Shades of Sushi #72A834

Tints of Sushi #72A834

Color information

#72A834 (or 0x72A834) is unknown color: approx Sushi. HEX triplet: 72, A8 and 34. RGB value is (114,168,52). Sum of RGB (Red+Green+Blue) = 114+168+52=334 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.13% from 334); Green value is 168 (66.02% from 255 or 50.30% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 168 - color contains mainly: green. Hex color #72A834 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72A834 is #8D57CB. Grayscale: #8B8B8B. Windows color (decimal): -9263052 or 3450994. OLE color: 3450994.

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

Color convert

RGB11416852-
CMYK0.3200.690.34
HSL87.93º52.73%43.14%-
HSV(B)87.93º69.05%65.88%-
XYZ21.5631.838.26-
YUV138.6379.11110.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.13%
GREEN value IS 168 (66.02% from 255) = 50.30%
BLUE value IS 52 (20.70% from 255) = 15.57%
R=34.13%
G=50.30%
B=15.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal114168520.3200.690.3487.9352.7343.14
Hex72A834200452258352b
Octal16225064400105421306553
Binary111001010101000110100100000010001011000101011000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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