Html Css Color HEX #708B68 Xanadu

📋 copy color: '#708B68'

red 112 ◦ green 139 ◦ blue 104

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

Shades of Xanadu #708B68

Tints of Xanadu #708B68

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.15%

 BLUE value IS 104 (41.02% from 255) = 29.3%

R = 31.55%
G = 39.15%
B = 29.3%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#708B68 (or 0x708B68) is known color: Xanadu. HEX triplet: 70, 8B and 68. RGB value is (112,139,104). Sum of RGB (Red+Green+Blue) = 112+139+104=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 139 - color contains mainly: green. Hex color #708B68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708B68 is #8F7497. Grayscale: #7F7F7F. Windows color (decimal): -9401496 or 6851440. OLE color: 6851440.

HSL color Cylindrical-coordinate representation of color #708B68: hue angle of 106.29º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #708B68 is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 139 104 -
CMYK 0.19 0 0.25 0.45
HSL 106.29º 0.14% 0.48% -
HSV(B) 106.29º 0.25% 0.55% -
XYZ 18.41 22.91 16.55 -
YUV 126.94 115.05 117.35 -
System Red Green Blue C M Y K H S L
Decimal 112 139 104 0.19 0 0.25 0.45 106.29 0.14 0.48
Hex 70 8B 68 13 0 19 2D 6A E 30
Octal 160 213 150 23 0 31 55 152 16 60
Binary 1110000 10001011 1101000 10011 0 11001 101101 1101010 1110 110000

Color Harmonies of #708B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708B68

Black with #708B68

Text Example


Text Example

White with #708B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708B68; }

 p { color: rgb(112,139,104); }

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

background-color css

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

 a { background-color: rgb(112,139,104); }

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

border-color css

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

 span { border-color: rgb(112,139,104); }

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