Html Css Color HEX #769069 Xanadu

📋 copy color: '#769069'

red 118 ◦ green 144 ◦ blue 105

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

Shades of Xanadu #769069

Tints of Xanadu #769069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.61%

R = 32.15%
G = 39.24%
B = 28.61%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#769069 (or 0x769069) is known color: Xanadu. HEX triplet: 76, 90 and 69. RGB value is (118,144,105). Sum of RGB (Red+Green+Blue) = 118+144+105=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 144 - color contains mainly: green. Hex color #769069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769069 is #896F96. Grayscale: #838383. Windows color (decimal): -9006999 or 6918262. OLE color: 6918262.

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

Color convert

RGB 118 144 105 -
CMYK 0.18 0 0.27 0.44
HSL 100º 0.16% 0.49% -
HSV(B) 100º 0.27% 0.56% -
XYZ 19.99 24.82 17.1 -
YUV 131.78 112.89 118.17 -
System Red Green Blue C M Y K H S L
Decimal 118 144 105 0.18 0 0.27 0.44 100 0.16 0.49
Hex 76 90 69 12 0 1B 2C 64 10 31
Octal 166 220 151 22 0 33 54 144 20 61
Binary 1110110 10010000 1101001 10010 0 11011 101100 1100100 10000 110001

Color Harmonies of #769069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769069

Black with #769069

Text Example


Text Example

White with #769069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769069; }

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

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

background-color css

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

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

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

border-color css

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

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

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