Html Css Color HEX #739266 Xanadu

📋 copy color: '#739266'

red 115 ◦ green 146 ◦ blue 102

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

Shades of Xanadu #739266

Tints of Xanadu #739266

RGB

 RED value IS 115 (45.31% from 255) = 31.68%

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

 BLUE value IS 102 (40.23% from 255) = 28.1%

R = 31.68%
G = 40.22%
B = 28.1%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#739266 (or 0x739266) is known color: Xanadu. HEX triplet: 73, 92 and 66. RGB value is (115,146,102). Sum of RGB (Red+Green+Blue) = 115+146+102=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 146 - color contains mainly: green. Hex color #739266 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739266 is #8C6D99. Grayscale: #838383. Windows color (decimal): -9203098 or 6722163. OLE color: 6722163.

HSL color Cylindrical-coordinate representation of color #739266: hue angle of 102.27º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #739266 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB 115 146 102 -
CMYK 0.21 0 0.30 0.43
HSL 102.27º 0.18% 0.49% -
HSV(B) 102.27º 0.3% 0.57% -
XYZ 19.75 25.16 16.39 -
YUV 131.72 111.23 116.08 -
System Red Green Blue C M Y K H S L
Decimal 115 146 102 0.21 0 0.30 0.43 102.27 0.18 0.49
Hex 73 92 66 15 0 1E 2B 66 12 31
Octal 163 222 146 25 0 36 53 146 22 61
Binary 1110011 10010010 1100110 10101 0 11110 101011 1100110 10010 110001

Color Harmonies of #739266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739266

Black with #739266

Text Example


Text Example

White with #739266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739266; }

 p { color: rgb(115,146,102); }

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

background-color css

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

 a { background-color: rgb(115,146,102); }

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

border-color css

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

 span { border-color: rgb(115,146,102); }

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