Html Css Color HEX #728867 Xanadu

📋 copy color: '#728867'

red 114 ◦ green 136 ◦ blue 103

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

Shades of Xanadu #728867

Tints of Xanadu #728867

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.53%

 BLUE value IS 103 (40.63% from 255) = 29.18%

R = 32.29%
G = 38.53%
B = 29.18%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#728867 (or 0x728867) is known color: Xanadu. HEX triplet: 72, 88 and 67. RGB value is (114,136,103). Sum of RGB (Red+Green+Blue) = 114+136+103=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 103 (40.62% from 255 or 29.18% from 353); Max value from RGB is 136 - color contains mainly: green. Hex color #728867 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728867 is #8D7798. Grayscale: #7D7D7D. Windows color (decimal): -9271193 or 6785138. OLE color: 6785138.

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

Color convert

RGB 114 136 103 -
CMYK 0.16 0 0.24 0.47
HSL 100º 0.14% 0.47% -
HSV(B) 100º 0.24% 0.53% -
XYZ 18.19 22.17 16.15 -
YUV 125.66 115.21 119.68 -
System Red Green Blue C M Y K H S L
Decimal 114 136 103 0.16 0 0.24 0.47 100 0.14 0.47
Hex 72 88 67 10 0 18 2F 64 E 2F
Octal 162 210 147 20 0 30 57 144 16 57
Binary 1110010 10001000 1100111 10000 0 11000 101111 1100100 1110 101111

Color Harmonies of #728867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728867

Black with #728867

Text Example


Text Example

White with #728867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728867; }

 p { color: rgb(114,136,103); }

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

background-color css

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

 a { background-color: rgb(114,136,103); }

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

border-color css

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

 span { border-color: rgb(114,136,103); }

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