Html Css Color HEX #739665 Xanadu

📋 copy color: '#739665'

red 115 ◦ green 150 ◦ blue 101

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

Shades of Xanadu #739665

Tints of Xanadu #739665

RGB

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

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

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

R = 31.42%
G = 40.98%
B = 27.6%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#739665 (or 0x739665) is known color: Xanadu. HEX triplet: 73, 96 and 65. RGB value is (115,150,101). Sum of RGB (Red+Green+Blue) = 115+150+101=366 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.42% from 366); Green value is 150 (58.98% from 255 or 40.98% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 150 - color contains mainly: green. Hex color #739665 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739665 is #8C699A. Grayscale: #868686. Windows color (decimal): -9202075 or 6657651. OLE color: 6657651.

HSL color Cylindrical-coordinate representation of color #739665: hue angle of 102.86º 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 #739665 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB 115 150 101 -
CMYK 0.23 0 0.33 0.41
HSL 102.86º 0.2% 0.49% -
HSV(B) 102.86º 0.33% 0.59% -
XYZ 20.33 26.4 16.34 -
YUV 133.95 109.4 114.48 -
System Red Green Blue C M Y K H S L
Decimal 115 150 101 0.23 0 0.33 0.41 102.86 0.2 0.49
Hex 73 96 65 17 0 21 29 67 14 31
Octal 163 226 145 27 0 41 51 147 24 61
Binary 1110011 10010110 1100101 10111 0 100001 101001 1100111 10100 110001

Color Harmonies of #739665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739665

Black with #739665

Text Example


Text Example

White with #739665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739665; }

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

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

background-color css

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

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

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

border-color css

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

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

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