Html Css Color HEX #728669 Xanadu

📋 copy color: '#728669'

red 114 ◦ green 134 ◦ blue 105

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

Shades of Xanadu #728669

Tints of Xanadu #728669

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.96%

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

R = 32.29%
G = 37.96%
B = 29.75%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#728669 (or 0x728669) is known color: Xanadu. HEX triplet: 72, 86 and 69. RGB value is (114,134,105). Sum of RGB (Red+Green+Blue) = 114+134+105=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 134 - color contains mainly: green. Hex color #728669 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728669 is #8D7996. Grayscale: #7C7C7C. Windows color (decimal): -9271703 or 6915698. OLE color: 6915698.

HSL color Cylindrical-coordinate representation of color #728669: hue angle of 101.38º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #728669 is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 114 134 105 -
CMYK 0.15 0 0.22 0.47
HSL 101.38º 0.12% 0.47% -
HSV(B) 101.38º 0.22% 0.53% -
XYZ 18.01 21.65 16.59 -
YUV 124.71 116.87 120.36 -
System Red Green Blue C M Y K H S L
Decimal 114 134 105 0.15 0 0.22 0.47 101.38 0.12 0.47
Hex 72 86 69 F 0 16 2F 65 C 2F
Octal 162 206 151 17 0 26 57 145 14 57
Binary 1110010 10000110 1101001 1111 0 10110 101111 1100101 1100 101111

Color Harmonies of #728669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728669

Black with #728669

Text Example


Text Example

White with #728669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728669; }

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

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

background-color css

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

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

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

border-color css

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

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

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