Html Css Color HEX #72AF68 Amulet

📋 copy color: '#72AF68'

red 114 ◦ green 175 ◦ blue 104

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

Shades of Amulet #72AF68

Tints of Amulet #72AF68

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.53%

 BLUE value IS 104 (41.02% from 255) = 26.46%

R = 29.01%
G = 44.53%
B = 26.46%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#72AF68 (or 0x72AF68) is known color: Amulet. HEX triplet: 72, AF and 68. RGB value is (114,175,104). Sum of RGB (Red+Green+Blue) = 114+175+104=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 175 - color contains mainly: green. Hex color #72AF68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72AF68 is #8D5097. Grayscale: #949494. Windows color (decimal): -9261208 or 6860658. OLE color: 6860658.

HSL color Cylindrical-coordinate representation of color #72AF68: hue angle of 111.55º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #72AF68 is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 114 175 104 -
CMYK 0.35 0 0.41 0.31
HSL 111.55º 0.31% 0.55% -
HSV(B) 111.55º 0.41% 0.69% -
XYZ 24.77 35.24 18.59 -
YUV 148.67 102.79 103.27 -
System Red Green Blue C M Y K H S L
Decimal 114 175 104 0.35 0 0.41 0.31 111.55 0.31 0.55
Hex 72 AF 68 23 0 29 1F 70 1F 37
Octal 162 257 150 43 0 51 37 160 37 67
Binary 1110010 10101111 1101000 100011 0 101001 11111 1110000 11111 110111

Color Harmonies of #72AF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AF68

Black with #72AF68

Text Example


Text Example

White with #72AF68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,175,104); }

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

background-color css

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

 a { background-color: rgb(114,175,104); }

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

border-color css

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

 span { border-color: rgb(114,175,104); }

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