Html Css Color HEX #798E70 Xanadu

📋 copy color: '#798E70'

red 121 ◦ green 142 ◦ blue 112

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

Shades of Xanadu #798E70

Tints of Xanadu #798E70

RGB

 RED value IS 121 (47.66% from 255) = 32.27%

 GREEN value IS 142 (55.86% from 255) = 37.87%

 BLUE value IS 112 (44.14% from 255) = 29.87%

R = 32.27%
G = 37.87%
B = 29.87%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#798E70 (or 0x798E70) is known color: Xanadu. HEX triplet: 79, 8E and 70. RGB value is (121,142,112). Sum of RGB (Red+Green+Blue) = 121+142+112=375 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.27% from 375); Green value is 142 (55.86% from 255 or 37.87% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 142 - color contains mainly: green. Hex color #798E70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798E70 is #86718F. Grayscale: #848484. Windows color (decimal): -8810896 or 7376505. OLE color: 7376505.

HSL color Cylindrical-coordinate representation of color #798E70: hue angle of 102º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #798E70 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB 121 142 112 -
CMYK 0.15 0 0.21 0.44
HSL 102º 0.12% 0.5% -
HSV(B) 102º 0.21% 0.56% -
XYZ 20.48 24.58 18.99 -
YUV 132.3 116.54 119.94 -
System Red Green Blue C M Y K H S L
Decimal 121 142 112 0.15 0 0.21 0.44 102 0.12 0.5
Hex 79 8E 70 F 0 15 2C 66 C 32
Octal 171 216 160 17 0 25 54 146 14 62
Binary 1111001 10001110 1110000 1111 0 10101 101100 1100110 1100 110010

Color Harmonies of #798E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798E70

Black with #798E70

Text Example


Text Example

White with #798E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798E70; }

 p { color: rgb(121,142,112); }

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

background-color css

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

 a { background-color: rgb(121,142,112); }

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

border-color css

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

 span { border-color: rgb(121,142,112); }

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