Html Css Color HEX #769070 Xanadu

📋 copy color: '#769070'

red 118 ◦ green 144 ◦ blue 112

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

Shades of Xanadu #769070

Tints of Xanadu #769070

RGB

 RED value IS 118 (46.48% from 255) = 31.55%

 GREEN value IS 144 (56.64% from 255) = 38.5%

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

R = 31.55%
G = 38.5%
B = 29.95%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#769070 (or 0x769070) is known color: Xanadu. HEX triplet: 76, 90 and 70. RGB value is (118,144,112). Sum of RGB (Red+Green+Blue) = 118+144+112=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 144 - color contains mainly: green. Hex color #769070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769070 is #896F8F. Grayscale: #848484. Windows color (decimal): -9006992 or 7377014. OLE color: 7377014.

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

Color convert

RGB 118 144 112 -
CMYK 0.18 0 0.22 0.44
HSL 108.75º 0.13% 0.5% -
HSV(B) 108.75º 0.22% 0.56% -
XYZ 20.37 24.97 19.07 -
YUV 132.58 116.39 117.6 -
System Red Green Blue C M Y K H S L
Decimal 118 144 112 0.18 0 0.22 0.44 108.75 0.13 0.5
Hex 76 90 70 12 0 16 2C 6D D 32
Octal 166 220 160 22 0 26 54 155 15 62
Binary 1110110 10010000 1110000 10010 0 10110 101100 1101101 1101 110010

Color Harmonies of #769070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769070

Black with #769070

Text Example


Text Example

White with #769070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769070; }

 p { color: rgb(118,144,112); }

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

background-color css

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

 a { background-color: rgb(118,144,112); }

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

border-color css

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

 span { border-color: rgb(118,144,112); }

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