Html Css Color HEX #72A52F Sushi

📋 copy color: '#72A52F'

red 114 ◦ green 165 ◦ blue 47

#72A52F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sushi #72A52F

Tints of Sushi #72A52F

RGB

 RED value IS 114 (44.92% from 255) = 34.97%

 GREEN value IS 165 (64.84% from 255) = 50.61%

 BLUE value IS 47 (18.75% from 255) = 14.42%

R = 34.97%
G = 50.61%
B = 14.42%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#72A52F (or 0x72A52F) is known color: Sushi. HEX triplet: 72, A5 and 2F. RGB value is (114,165,47). Sum of RGB (Red+Green+Blue) = 114+165+47=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 165 (64.84% from 255 or 50.61% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 165 - color contains mainly: green. Hex color #72A52F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72A52F is #8D5AD0. Grayscale: #888888. Windows color (decimal): -9263825 or 3122546. OLE color: 3122546.

HSL color Cylindrical-coordinate representation of color #72A52F: hue angle of 85.93º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #72A52F is Cyan = 0.31, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB 114 165 47 -
CMYK 0.31 0 0.72 0.35
HSL 85.93º 0.56% 0.42% -
HSV(B) 85.93º 0.72% 0.65% -
XYZ 20.91 30.69 7.51 -
YUV 136.3 77.6 112.09 -
System Red Green Blue C M Y K H S L
Decimal 114 165 47 0.31 0 0.72 0.35 85.93 0.56 0.42
Hex 72 A5 2F 1F 0 48 23 56 38 2A
Octal 162 245 57 37 0 110 43 126 70 52
Binary 1110010 10100101 101111 11111 0 1001000 100011 1010110 111000 101010

Color Harmonies of #72A52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A52F

Black with #72A52F

Text Example


Text Example

White with #72A52F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #72A52F;
 }
 .AnyTagClassName
 {
   color: #72A52F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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