Html Css Color HEX #729068 Xanadu

📋 copy color: '#729068'

red 114 ◦ green 144 ◦ blue 104

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

Shades of Xanadu #729068

Tints of Xanadu #729068

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.78%

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

R = 31.49%
G = 39.78%
B = 28.73%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.28

 K value IS 0.44

RGB Variations

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

Color information

#729068 (or 0x729068) is known color: Xanadu. HEX triplet: 72, 90 and 68. RGB value is (114,144,104). Sum of RGB (Red+Green+Blue) = 114+144+104=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 144 - color contains mainly: green. Hex color #729068 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729068 is #8D6F97. Grayscale: #828282. Windows color (decimal): -9269144 or 6852722. OLE color: 6852722.

HSL color Cylindrical-coordinate representation of color #729068: hue angle of 105º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #729068 is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB 114 144 104 -
CMYK 0.21 0 0.28 0.44
HSL 105º 0.16% 0.49% -
HSV(B) 105º 0.28% 0.56% -
XYZ 19.41 24.52 16.81 -
YUV 130.47 113.06 116.25 -
System Red Green Blue C M Y K H S L
Decimal 114 144 104 0.21 0 0.28 0.44 105 0.16 0.49
Hex 72 90 68 15 0 1C 2C 69 10 31
Octal 162 220 150 25 0 34 54 151 20 61
Binary 1110010 10010000 1101000 10101 0 11100 101100 1101001 10000 110001

Color Harmonies of #729068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729068

Black with #729068

Text Example


Text Example

White with #729068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729068; }

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

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

background-color css

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

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

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

border-color css

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

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

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