Html Css Color HEX #769168 Xanadu

📋 copy color: '#769168'

red 118 ◦ green 145 ◦ blue 104

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

Shades of Xanadu #769168

Tints of Xanadu #769168

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.51%

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

R = 32.15%
G = 39.51%
B = 28.34%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#769168 (or 0x769168) is known color: Xanadu. HEX triplet: 76, 91 and 68. RGB value is (118,145,104). Sum of RGB (Red+Green+Blue) = 118+145+104=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 145 - color contains mainly: green. Hex color #769168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769168 is #896E97. Grayscale: #848484. Windows color (decimal): -9006744 or 6852982. OLE color: 6852982.

HSL color Cylindrical-coordinate representation of color #769168: hue angle of 99.51º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #769168 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 145 104 -
CMYK 0.19 0 0.28 0.43
HSL 99.51º 0.16% 0.49% -
HSV(B) 99.51º 0.28% 0.57% -
XYZ 20.1 25.1 16.88 -
YUV 132.25 112.05 117.83 -
System Red Green Blue C M Y K H S L
Decimal 118 145 104 0.19 0 0.28 0.43 99.51 0.16 0.49
Hex 76 91 68 13 0 1C 2B 64 10 31
Octal 166 221 150 23 0 34 53 144 20 61
Binary 1110110 10010001 1101000 10011 0 11100 101011 1100100 10000 110001

Color Harmonies of #769168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769168

Black with #769168

Text Example


Text Example

White with #769168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769168; }

 p { color: rgb(118,145,104); }

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

background-color css

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

 a { background-color: rgb(118,145,104); }

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

border-color css

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

 span { border-color: rgb(118,145,104); }

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