Html Css Color HEX #709467 Xanadu

📋 copy color: '#709467'

red 112 ◦ green 148 ◦ blue 103

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

Shades of Xanadu #709467

Tints of Xanadu #709467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 28.37%

R = 30.85%
G = 40.77%
B = 28.37%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#709467 (or 0x709467) is known color: Xanadu. HEX triplet: 70, 94 and 67. RGB value is (112,148,103). Sum of RGB (Red+Green+Blue) = 112+148+103=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 103 (40.62% from 255 or 28.37% from 363); Max value from RGB is 148 - color contains mainly: green. Hex color #709467 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709467 is #8F6B98. Grayscale: #848484. Windows color (decimal): -9399193 or 6788208. OLE color: 6788208.

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

Color convert

RGB 112 148 103 -
CMYK 0.24 0 0.30 0.42
HSL 108º 0.18% 0.49% -
HSV(B) 108º 0.3% 0.58% -
XYZ 19.72 25.6 16.73 -
YUV 132.11 111.57 113.66 -
System Red Green Blue C M Y K H S L
Decimal 112 148 103 0.24 0 0.30 0.42 108 0.18 0.49
Hex 70 94 67 18 0 1E 2A 6C 12 31
Octal 160 224 147 30 0 36 52 154 22 61
Binary 1110000 10010100 1100111 11000 0 11110 101010 1101100 10010 110001

Color Harmonies of #709467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709467

Black with #709467

Text Example


Text Example

White with #709467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709467; }

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

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

background-color css

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

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

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

border-color css

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

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

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