Html Css Color HEX #72A267 Amulet

📋 copy color: '#72A267'

red 114 ◦ green 162 ◦ blue 103

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

Shades of Amulet #72A267

Tints of Amulet #72A267

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.74%

 BLUE value IS 103 (40.63% from 255) = 27.18%

R = 30.08%
G = 42.74%
B = 27.18%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#72A267 (or 0x72A267) is known color: Amulet. HEX triplet: 72, A2 and 67. RGB value is (114,162,103). Sum of RGB (Red+Green+Blue) = 114+162+103=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 162 (63.67% from 255 or 42.74% from 379); Blue value is 103 (40.62% from 255 or 27.18% from 379); Max value from RGB is 162 - color contains mainly: green. Hex color #72A267 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A267 is #8D5D98. Grayscale: #8D8D8D. Windows color (decimal): -9264537 or 6791794. OLE color: 6791794.

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

Color convert

RGB 114 162 103 -
CMYK 0.30 0 0.36 0.36
HSL 108.81º 0.24% 0.52% -
HSV(B) 108.81º 0.36% 0.64% -
XYZ 22.31 30.4 17.52 -
YUV 140.92 106.6 108.8 -
System Red Green Blue C M Y K H S L
Decimal 114 162 103 0.30 0 0.36 0.36 108.81 0.24 0.52
Hex 72 A2 67 1E 0 24 24 6D 18 34
Octal 162 242 147 36 0 44 44 155 30 64
Binary 1110010 10100010 1100111 11110 0 100100 100100 1101101 11000 110100

Color Harmonies of #72A267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A267

Black with #72A267

Text Example


Text Example

White with #72A267

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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