Html Css Color HEX #729A6B Amulet

📋 copy color: '#729A6B'

red 114 ◦ green 154 ◦ blue 107

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

Shades of Amulet #729A6B

Tints of Amulet #729A6B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.07%

 BLUE value IS 107 (42.19% from 255) = 28.53%

R = 30.4%
G = 41.07%
B = 28.53%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#729A6B (or 0x729A6B) is known color: Amulet. HEX triplet: 72, 9A and 6B. RGB value is (114,154,107). Sum of RGB (Red+Green+Blue) = 114+154+107=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 154 - color contains mainly: green. Hex color #729A6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729A6B is #8D6594. Grayscale: #888888. Windows color (decimal): -9266581 or 7051890. OLE color: 7051890.

HSL color Cylindrical-coordinate representation of color #729A6B: hue angle of 111.06º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #729A6B is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB 114 154 107 -
CMYK 0.26 0 0.31 0.40
HSL 111.06º 0.19% 0.51% -
HSV(B) 111.06º 0.31% 0.6% -
XYZ 21.15 27.75 18.15 -
YUV 136.68 111.25 111.82 -
System Red Green Blue C M Y K H S L
Decimal 114 154 107 0.26 0 0.31 0.40 111.06 0.19 0.51
Hex 72 9A 6B 1A 0 1F 28 6F 13 33
Octal 162 232 153 32 0 37 50 157 23 63
Binary 1110010 10011010 1101011 11010 0 11111 101000 1101111 10011 110011

Color Harmonies of #729A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729A6B

Black with #729A6B

Text Example


Text Example

White with #729A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,154,107); }

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

background-color css

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

 a { background-color: rgb(114,154,107); }

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

border-color css

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

 span { border-color: rgb(114,154,107); }

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