Html Css Color HEX #709469 Xanadu

📋 copy color: '#709469'

red 112 ◦ green 148 ◦ blue 105

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

Shades of Xanadu #709469

Tints of Xanadu #709469

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.55%

 BLUE value IS 105 (41.41% from 255) = 28.77%

R = 30.68%
G = 40.55%
B = 28.77%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#709469 (or 0x709469) is known color: Xanadu. HEX triplet: 70, 94 and 69. RGB value is (112,148,105). Sum of RGB (Red+Green+Blue) = 112+148+105=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 148 - color contains mainly: green. Hex color #709469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709469 is #8F6B96. Grayscale: #848484. Windows color (decimal): -9399191 or 6919280. OLE color: 6919280.

HSL color Cylindrical-coordinate representation of color #709469: hue angle of 110.23º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #709469 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 148 105 -
CMYK 0.24 0 0.29 0.42
HSL 110.23º 0.17% 0.5% -
HSV(B) 110.23º 0.29% 0.58% -
XYZ 19.82 25.64 17.27 -
YUV 132.33 112.57 113.5 -
System Red Green Blue C M Y K H S L
Decimal 112 148 105 0.24 0 0.29 0.42 110.23 0.17 0.5
Hex 70 94 69 18 0 1D 2A 6E 11 32
Octal 160 224 151 30 0 35 52 156 21 62
Binary 1110000 10010100 1101001 11000 0 11101 101010 1101110 10001 110010

Color Harmonies of #709469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709469

Black with #709469

Text Example


Text Example

White with #709469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709469; }

 p { color: rgb(112,148,105); }

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

background-color css

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

 a { background-color: rgb(112,148,105); }

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

border-color css

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

 span { border-color: rgb(112,148,105); }

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