Html Css Color HEX #729665 Xanadu

📋 copy color: '#729665'

red 114 ◦ green 150 ◦ blue 101

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

Shades of Xanadu #729665

Tints of Xanadu #729665

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.1%

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

R = 31.23%
G = 41.1%
B = 27.67%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#729665 (or 0x729665) is known color: Xanadu. HEX triplet: 72, 96 and 65. RGB value is (114,150,101). Sum of RGB (Red+Green+Blue) = 114+150+101=365 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.23% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 150 - color contains mainly: green. Hex color #729665 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729665 is #8D699A. Grayscale: #858585. Windows color (decimal): -9267611 or 6657650. OLE color: 6657650.

HSL color Cylindrical-coordinate representation of color #729665: hue angle of 104.08º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #729665 is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 150 101 -
CMYK 0.24 0 0.33 0.41
HSL 104.08º 0.2% 0.49% -
HSV(B) 104.08º 0.33% 0.59% -
XYZ 20.19 26.33 16.33 -
YUV 133.65 109.57 113.98 -
System Red Green Blue C M Y K H S L
Decimal 114 150 101 0.24 0 0.33 0.41 104.08 0.2 0.49
Hex 72 96 65 18 0 21 29 68 14 31
Octal 162 226 145 30 0 41 51 150 24 61
Binary 1110010 10010110 1100101 11000 0 100001 101001 1101000 10100 110001

Color Harmonies of #729665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729665

Black with #729665

Text Example


Text Example

White with #729665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729665; }

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

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

background-color css

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

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

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

border-color css

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

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

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