Html Css Color HEX #76906F Xanadu

📋 copy color: '#76906F'

red 118 ◦ green 144 ◦ blue 111

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

Shades of Xanadu #76906F

Tints of Xanadu #76906F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.76%

R = 31.64%
G = 38.61%
B = 29.76%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#76906F (or 0x76906F) is known color: Xanadu. HEX triplet: 76, 90 and 6F. RGB value is (118,144,111). Sum of RGB (Red+Green+Blue) = 118+144+111=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 144 - color contains mainly: green. Hex color #76906F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76906F is #896F90. Grayscale: #848484. Windows color (decimal): -9006993 or 7311478. OLE color: 7311478.

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

Color convert

RGB 118 144 111 -
CMYK 0.18 0 0.23 0.44
HSL 107.27º 0.13% 0.5% -
HSV(B) 107.27º 0.23% 0.56% -
XYZ 20.31 24.95 18.78 -
YUV 132.46 115.89 117.68 -
System Red Green Blue C M Y K H S L
Decimal 118 144 111 0.18 0 0.23 0.44 107.27 0.13 0.5
Hex 76 90 6F 12 0 17 2C 6B D 32
Octal 166 220 157 22 0 27 54 153 15 62
Binary 1110110 10010000 1101111 10010 0 10111 101100 1101011 1101 110010

Color Harmonies of #76906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76906F

Black with #76906F

Text Example


Text Example

White with #76906F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76906F; }

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

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

background-color css

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

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

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

border-color css

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

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

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