Html Css Color HEX #729769 Amulet

📋 copy color: '#729769'

red 114 ◦ green 151 ◦ blue 105

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

Shades of Amulet #729769

Tints of Amulet #729769

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.81%

 BLUE value IS 105 (41.41% from 255) = 28.38%

R = 30.81%
G = 40.81%
B = 28.38%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#729769 (or 0x729769) is known color: Amulet. HEX triplet: 72, 97 and 69. RGB value is (114,151,105). Sum of RGB (Red+Green+Blue) = 114+151+105=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 151 (59.38% from 255 or 40.81% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 151 - color contains mainly: green. Hex color #729769 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729769 is #8D6896. Grayscale: #868686. Windows color (decimal): -9267351 or 6920050. OLE color: 6920050.

HSL color Cylindrical-coordinate representation of color #729769: hue angle of 108.26º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #729769 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 151 105 -
CMYK 0.25 0 0.30 0.41
HSL 108.26º 0.18% 0.5% -
HSV(B) 108.26º 0.3% 0.59% -
XYZ 20.56 26.73 17.44 -
YUV 134.69 111.24 113.24 -
System Red Green Blue C M Y K H S L
Decimal 114 151 105 0.25 0 0.30 0.41 108.26 0.18 0.5
Hex 72 97 69 19 0 1E 29 6C 12 32
Octal 162 227 151 31 0 36 51 154 22 62
Binary 1110010 10010111 1101001 11001 0 11110 101001 1101100 10010 110010

Color Harmonies of #729769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729769

Black with #729769

Text Example


Text Example

White with #729769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729769; }

 p { color: rgb(114,151,105); }

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

background-color css

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

 a { background-color: rgb(114,151,105); }

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

border-color css

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

 span { border-color: rgb(114,151,105); }

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