Html Css Color HEX #72A362 Amulet

📋 copy color: '#72A362'

red 114 ◦ green 163 ◦ blue 98

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

Shades of Amulet #72A362

Tints of Amulet #72A362

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.47%

 BLUE value IS 98 (38.67% from 255) = 26.13%

R = 30.4%
G = 43.47%
B = 26.13%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#72A362 (or 0x72A362) is known color: Amulet. HEX triplet: 72, A3 and 62. RGB value is (114,163,98). Sum of RGB (Red+Green+Blue) = 114+163+98=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 163 - color contains mainly: green. Hex color #72A362 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A362 is #8D5C9D. Grayscale: #8D8D8D. Windows color (decimal): -9264286 or 6464370. OLE color: 6464370.

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

Color convert

RGB 114 163 98 -
CMYK 0.30 0 0.40 0.36
HSL 105.23º 0.26% 0.51% -
HSV(B) 105.23º 0.4% 0.64% -
XYZ 22.24 30.65 16.3 -
YUV 140.94 103.77 108.79 -
System Red Green Blue C M Y K H S L
Decimal 114 163 98 0.30 0 0.40 0.36 105.23 0.26 0.51
Hex 72 A3 62 1E 0 28 24 69 1A 33
Octal 162 243 142 36 0 50 44 151 32 63
Binary 1110010 10100011 1100010 11110 0 101000 100100 1101001 11010 110011

Color Harmonies of #72A362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A362

Black with #72A362

Text Example


Text Example

White with #72A362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,163,98); }

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

background-color css

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

 a { background-color: rgb(114,163,98); }

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

border-color css

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

 span { border-color: rgb(114,163,98); }

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