Html Css Color HEX #729B67 Amulet

📋 copy color: '#729B67'

red 114 ◦ green 155 ◦ blue 103

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

Shades of Amulet #729B67

Tints of Amulet #729B67

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.67%

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

R = 30.65%
G = 41.67%
B = 27.69%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#729B67 (or 0x729B67) is known color: Amulet. HEX triplet: 72, 9B and 67. RGB value is (114,155,103). Sum of RGB (Red+Green+Blue) = 114+155+103=372 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.65% from 372); Green value is 155 (60.94% from 255 or 41.67% from 372); Blue value is 103 (40.62% from 255 or 27.69% from 372); Max value from RGB is 155 - color contains mainly: green. Hex color #729B67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729B67 is #8D6498. Grayscale: #888888. Windows color (decimal): -9266329 or 6790002. OLE color: 6790002.

HSL color Cylindrical-coordinate representation of color #729B67: hue angle of 107.31º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #729B67 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB 114 155 103 -
CMYK 0.26 0 0.34 0.39
HSL 107.31º 0.21% 0.51% -
HSV(B) 107.31º 0.34% 0.61% -
XYZ 21.11 28 17.12 -
YUV 136.81 108.92 111.73 -
System Red Green Blue C M Y K H S L
Decimal 114 155 103 0.26 0 0.34 0.39 107.31 0.21 0.51
Hex 72 9B 67 1A 0 22 27 6B 15 33
Octal 162 233 147 32 0 42 47 153 25 63
Binary 1110010 10011011 1100111 11010 0 100010 100111 1101011 10101 110011

Color Harmonies of #729B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729B67

Black with #729B67

Text Example


Text Example

White with #729B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729B67; }

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

 H1.HeaderClassName
 {
   color: #729B67;
 }
 .AnyTagClassName
 {
   color: #729B67;
 }
</style>

background-color css

<style>
 a { background-color: #729B67; }

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

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

border-color css

<style>
 span { border-color: #729B67; }

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

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