Html Css Color HEX #708965 Xanadu

📋 copy color: '#708965'

red 112 ◦ green 137 ◦ blue 101

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

Shades of Xanadu #708965

Tints of Xanadu #708965

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.14%

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

R = 32%
G = 39.14%
B = 28.86%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#708965 (or 0x708965) is known color: Xanadu. HEX triplet: 70, 89 and 65. RGB value is (112,137,101). Sum of RGB (Red+Green+Blue) = 112+137+101=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 137 (53.91% from 255 or 39.14% from 350); Blue value is 101 (39.84% from 255 or 28.86% from 350); Max value from RGB is 137 - color contains mainly: green. Hex color #708965 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708965 is #8F769A. Grayscale: #7D7D7D. Windows color (decimal): -9402011 or 6654320. OLE color: 6654320.

HSL color Cylindrical-coordinate representation of color #708965: hue angle of 101.67º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #708965 is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 137 101 -
CMYK 0.18 0 0.26 0.46
HSL 101.67º 0.15% 0.47% -
HSV(B) 101.67º 0.26% 0.54% -
XYZ 17.98 22.28 15.66 -
YUV 125.42 114.22 118.43 -
System Red Green Blue C M Y K H S L
Decimal 112 137 101 0.18 0 0.26 0.46 101.67 0.15 0.47
Hex 70 89 65 12 0 1A 2E 66 F 2F
Octal 160 211 145 22 0 32 56 146 17 57
Binary 1110000 10001001 1100101 10010 0 11010 101110 1100110 1111 101111

Color Harmonies of #708965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708965

Black with #708965

Text Example


Text Example

White with #708965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708965; }

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

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

background-color css

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

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

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

border-color css

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

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

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