Html Css Color HEX #728769 Xanadu

📋 copy color: '#728769'

red 114 ◦ green 135 ◦ blue 105

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

Shades of Xanadu #728769

Tints of Xanadu #728769

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.14%

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

R = 32.2%
G = 38.14%
B = 29.66%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#728769 (or 0x728769) is known color: Xanadu. HEX triplet: 72, 87 and 69. RGB value is (114,135,105). Sum of RGB (Red+Green+Blue) = 114+135+105=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 105 (41.41% from 255 or 29.66% from 354); Max value from RGB is 135 - color contains mainly: green. Hex color #728769 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728769 is #8D7896. Grayscale: #7D7D7D. Windows color (decimal): -9271447 or 6915954. OLE color: 6915954.

HSL color Cylindrical-coordinate representation of color #728769: hue angle of 102º 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 #728769 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 114 135 105 -
CMYK 0.16 0 0.22 0.47
HSL 102º 0.13% 0.47% -
HSV(B) 102º 0.22% 0.53% -
XYZ 18.15 21.93 16.64 -
YUV 125.3 116.54 119.94 -
System Red Green Blue C M Y K H S L
Decimal 114 135 105 0.16 0 0.22 0.47 102 0.13 0.47
Hex 72 87 69 10 0 16 2F 66 C 2F
Octal 162 207 151 20 0 26 57 146 14 57
Binary 1110010 10000111 1101001 10000 0 10110 101111 1100110 1100 101111

Color Harmonies of #728769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728769

Black with #728769

Text Example


Text Example

White with #728769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728769; }

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

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

background-color css

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

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

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

border-color css

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

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

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