Html Css Color HEX #709665 Xanadu

📋 copy color: '#709665'

red 112 ◦ green 150 ◦ blue 101

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

Shades of Xanadu #709665

Tints of Xanadu #709665

RGB

 RED value IS 112 (44.14% from 255) = 30.85%

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

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

R = 30.85%
G = 41.32%
B = 27.82%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#709665 (or 0x709665) is known color: Xanadu. HEX triplet: 70, 96 and 65. RGB value is (112,150,101). Sum of RGB (Red+Green+Blue) = 112+150+101=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 150 - color contains mainly: green. Hex color #709665 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709665 is #8F699A. Grayscale: #858585. Windows color (decimal): -9398683 or 6657648. OLE color: 6657648.

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

Color convert

RGB 112 150 101 -
CMYK 0.25 0 0.33 0.41
HSL 106.53º 0.2% 0.49% -
HSV(B) 106.53º 0.33% 0.59% -
XYZ 19.94 26.2 16.32 -
YUV 133.05 109.91 112.98 -
System Red Green Blue C M Y K H S L
Decimal 112 150 101 0.25 0 0.33 0.41 106.53 0.2 0.49
Hex 70 96 65 19 0 21 29 6B 14 31
Octal 160 226 145 31 0 41 51 153 24 61
Binary 1110000 10010110 1100101 11001 0 100001 101001 1101011 10100 110001

Color Harmonies of #709665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709665

Black with #709665

Text Example


Text Example

White with #709665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709665; }

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

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

background-color css

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

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

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

border-color css

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

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

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