Html Css Color HEX #728567 Xanadu

📋 copy color: '#728567'

red 114 ◦ green 133 ◦ blue 103

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

Shades of Xanadu #728567

Tints of Xanadu #728567

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38%

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

R = 32.57%
G = 38%
B = 29.43%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#728567 (or 0x728567) is known color: Xanadu. HEX triplet: 72, 85 and 67. RGB value is (114,133,103). Sum of RGB (Red+Green+Blue) = 114+133+103=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 103 (40.62% from 255 or 29.43% from 350); Max value from RGB is 133 - color contains mainly: green. Hex color #728567 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728567 is #8D7A98. Grayscale: #7B7B7B. Windows color (decimal): -9271961 or 6784370. OLE color: 6784370.

HSL color Cylindrical-coordinate representation of color #728567: hue angle of 98º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #728567 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 114 133 103 -
CMYK 0.14 0 0.23 0.48
HSL 98º 0.13% 0.46% -
HSV(B) 98º 0.23% 0.52% -
XYZ 17.78 21.33 16.01 -
YUV 123.9 116.21 120.94 -
System Red Green Blue C M Y K H S L
Decimal 114 133 103 0.14 0 0.23 0.48 98 0.13 0.46
Hex 72 85 67 E 0 17 30 62 D 2E
Octal 162 205 147 16 0 27 60 142 15 56
Binary 1110010 10000101 1100111 1110 0 10111 110000 1100010 1101 101110

Color Harmonies of #728567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728567

Black with #728567

Text Example


Text Example

White with #728567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728567; }

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

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

background-color css

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

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

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

border-color css

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

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

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