Html Css Color HEX #729265 Xanadu

📋 copy color: '#729265'

red 114 ◦ green 146 ◦ blue 101

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

Shades of Xanadu #729265

Tints of Xanadu #729265

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.44%

 BLUE value IS 101 (39.84% from 255) = 27.98%

R = 31.58%
G = 40.44%
B = 27.98%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#729265 (or 0x729265) is known color: Xanadu. HEX triplet: 72, 92 and 65. RGB value is (114,146,101). Sum of RGB (Red+Green+Blue) = 114+146+101=361 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.58% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 146 - color contains mainly: green. Hex color #729265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729265 is #8D6D9A. Grayscale: #838383. Windows color (decimal): -9268635 or 6656626. OLE color: 6656626.

HSL color Cylindrical-coordinate representation of color #729265: hue angle of 102.67º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #729265 is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 146 101 -
CMYK 0.22 0 0.31 0.43
HSL 102.67º 0.18% 0.48% -
HSV(B) 102.67º 0.31% 0.57% -
XYZ 19.57 25.07 16.12 -
YUV 131.3 110.9 115.66 -
System Red Green Blue C M Y K H S L
Decimal 114 146 101 0.22 0 0.31 0.43 102.67 0.18 0.48
Hex 72 92 65 16 0 1F 2B 67 12 30
Octal 162 222 145 26 0 37 53 147 22 60
Binary 1110010 10010010 1100101 10110 0 11111 101011 1100111 10010 110000

Color Harmonies of #729265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729265

Black with #729265

Text Example


Text Example

White with #729265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729265; }

 p { color: rgb(114,146,101); }

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

background-color css

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

 a { background-color: rgb(114,146,101); }

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

border-color css

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

 span { border-color: rgb(114,146,101); }

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