Html Css Color HEX #728E6B Xanadu

📋 copy color: '#728E6B'

red 114 ◦ green 142 ◦ blue 107

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

Shades of Xanadu #728E6B

Tints of Xanadu #728E6B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.12%

 BLUE value IS 107 (42.19% from 255) = 29.48%

R = 31.4%
G = 39.12%
B = 29.48%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#728E6B (or 0x728E6B) is known color: Xanadu. HEX triplet: 72, 8E and 6B. RGB value is (114,142,107). Sum of RGB (Red+Green+Blue) = 114+142+107=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 142 (55.86% from 255 or 39.12% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 142 - color contains mainly: green. Hex color #728E6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728E6B is #8D7194. Grayscale: #818181. Windows color (decimal): -9269653 or 7048818. OLE color: 7048818.

HSL color Cylindrical-coordinate representation of color #728E6B: hue angle of 108º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #728E6B is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB 114 142 107 -
CMYK 0.20 0 0.25 0.44
HSL 108º 0.14% 0.49% -
HSV(B) 108º 0.25% 0.56% -
XYZ 19.27 23.98 17.52 -
YUV 129.64 115.22 116.85 -
System Red Green Blue C M Y K H S L
Decimal 114 142 107 0.20 0 0.25 0.44 108 0.14 0.49
Hex 72 8E 6B 14 0 19 2C 6C E 31
Octal 162 216 153 24 0 31 54 154 16 61
Binary 1110010 10001110 1101011 10100 0 11001 101100 1101100 1110 110001

Color Harmonies of #728E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728E6B

Black with #728E6B

Text Example


Text Example

White with #728E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728E6B; }

 p { color: rgb(114,142,107); }

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

background-color css

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

 a { background-color: rgb(114,142,107); }

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

border-color css

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

 span { border-color: rgb(114,142,107); }

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