Html Css Color HEX #76906B Xanadu

📋 copy color: '#76906B'

red 118 ◦ green 144 ◦ blue 107

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

Shades of Xanadu #76906B

Tints of Xanadu #76906B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29%

R = 31.98%
G = 39.02%
B = 29%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#76906B (or 0x76906B) is known color: Xanadu. HEX triplet: 76, 90 and 6B. RGB value is (118,144,107). Sum of RGB (Red+Green+Blue) = 118+144+107=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 144 - color contains mainly: green. Hex color #76906B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76906B is #896F94. Grayscale: #848484. Windows color (decimal): -9006997 or 7049334. OLE color: 7049334.

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

Color convert

RGB 118 144 107 -
CMYK 0.18 0 0.26 0.44
HSL 102.16º 0.15% 0.49% -
HSV(B) 102.16º 0.26% 0.56% -
XYZ 20.1 24.86 17.65 -
YUV 132.01 113.89 118.01 -
System Red Green Blue C M Y K H S L
Decimal 118 144 107 0.18 0 0.26 0.44 102.16 0.15 0.49
Hex 76 90 6B 12 0 1A 2C 66 F 31
Octal 166 220 153 22 0 32 54 146 17 61
Binary 1110110 10010000 1101011 10010 0 11010 101100 1100110 1111 110001

Color Harmonies of #76906B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76906B

Black with #76906B

Text Example


Text Example

White with #76906B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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