Html Css Color HEX #708F64 Xanadu

📋 copy color: '#708F64'

red 112 ◦ green 143 ◦ blue 100

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

Shades of Xanadu #708F64

Tints of Xanadu #708F64

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.28%

 BLUE value IS 100 (39.45% from 255) = 28.17%

R = 31.55%
G = 40.28%
B = 28.17%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#708F64 (or 0x708F64) is known color: Xanadu. HEX triplet: 70, 8F and 64. RGB value is (112,143,100). Sum of RGB (Red+Green+Blue) = 112+143+100=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 143 (56.25% from 255 or 40.28% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 143 - color contains mainly: green. Hex color #708F64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708F64 is #8F709B. Grayscale: #808080. Windows color (decimal): -9400476 or 6590320. OLE color: 6590320.

HSL color Cylindrical-coordinate representation of color #708F64: hue angle of 103.26º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #708F64 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 143 100 -
CMYK 0.22 0 0.30 0.44
HSL 103.26º 0.18% 0.48% -
HSV(B) 103.26º 0.3% 0.56% -
XYZ 18.8 24.01 15.7 -
YUV 128.83 111.73 116 -
System Red Green Blue C M Y K H S L
Decimal 112 143 100 0.22 0 0.30 0.44 103.26 0.18 0.48
Hex 70 8F 64 16 0 1E 2C 67 12 30
Octal 160 217 144 26 0 36 54 147 22 60
Binary 1110000 10001111 1100100 10110 0 11110 101100 1100111 10010 110000

Color Harmonies of #708F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708F64

Black with #708F64

Text Example


Text Example

White with #708F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,143,100); }

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

background-color css

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

 a { background-color: rgb(112,143,100); }

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

border-color css

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

 span { border-color: rgb(112,143,100); }

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