Html Css Color HEX #729368 Xanadu

📋 copy color: '#729368'

red 114 ◦ green 147 ◦ blue 104

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

Shades of Xanadu #729368

Tints of Xanadu #729368

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.27%

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

R = 31.23%
G = 40.27%
B = 28.49%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#729368 (or 0x729368) is known color: Xanadu. HEX triplet: 72, 93 and 68. RGB value is (114,147,104). Sum of RGB (Red+Green+Blue) = 114+147+104=365 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.23% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 147 - color contains mainly: green. Hex color #729368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729368 is #8D6C97. Grayscale: #848484. Windows color (decimal): -9268376 or 6853490. OLE color: 6853490.

HSL color Cylindrical-coordinate representation of color #729368: hue angle of 106.05º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #729368 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 147 104 -
CMYK 0.22 0 0.29 0.42
HSL 106.05º 0.17% 0.49% -
HSV(B) 106.05º 0.29% 0.58% -
XYZ 19.87 25.44 16.96 -
YUV 132.23 112.07 115 -
System Red Green Blue C M Y K H S L
Decimal 114 147 104 0.22 0 0.29 0.42 106.05 0.17 0.49
Hex 72 93 68 16 0 1D 2A 6A 11 31
Octal 162 223 150 26 0 35 52 152 21 61
Binary 1110010 10010011 1101000 10110 0 11101 101010 1101010 10001 110001

Color Harmonies of #729368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729368

Black with #729368

Text Example


Text Example

White with #729368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729368; }

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

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

background-color css

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

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

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

border-color css

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

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

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