Html Css Color HEX #728967 Xanadu

📋 copy color: '#728967'

red 114 ◦ green 137 ◦ blue 103

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

Shades of Xanadu #728967

Tints of Xanadu #728967

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.7%

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

R = 32.2%
G = 38.7%
B = 29.1%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#728967 (or 0x728967) is known color: Xanadu. HEX triplet: 72, 89 and 67. RGB value is (114,137,103). Sum of RGB (Red+Green+Blue) = 114+137+103=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 137 (53.91% from 255 or 38.70% from 354); Blue value is 103 (40.62% from 255 or 29.10% from 354); Max value from RGB is 137 - color contains mainly: green. Hex color #728967 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728967 is #8D7698. Grayscale: #7E7E7E. Windows color (decimal): -9270937 or 6785394. OLE color: 6785394.

HSL color Cylindrical-coordinate representation of color #728967: hue angle of 100.59º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #728967 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB 114 137 103 -
CMYK 0.17 0 0.25 0.46
HSL 100.59º 0.14% 0.47% -
HSV(B) 100.59º 0.25% 0.54% -
XYZ 18.33 22.45 16.2 -
YUV 126.25 114.88 119.26 -
System Red Green Blue C M Y K H S L
Decimal 114 137 103 0.17 0 0.25 0.46 100.59 0.14 0.47
Hex 72 89 67 11 0 19 2E 65 E 2F
Octal 162 211 147 21 0 31 56 145 16 57
Binary 1110010 10001001 1100111 10001 0 11001 101110 1100101 1110 101111

Color Harmonies of #728967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728967

Black with #728967

Text Example


Text Example

White with #728967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728967; }

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

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

background-color css

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

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

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

border-color css

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

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

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