Html Css Color HEX #768E6E Xanadu

📋 copy color: '#768E6E'

red 118 ◦ green 142 ◦ blue 110

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

Shades of Xanadu #768E6E

Tints of Xanadu #768E6E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.38%

 BLUE value IS 110 (43.36% from 255) = 29.73%

R = 31.89%
G = 38.38%
B = 29.73%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#768E6E (or 0x768E6E) is known color: Xanadu. HEX triplet: 76, 8E and 6E. RGB value is (118,142,110). Sum of RGB (Red+Green+Blue) = 118+142+110=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 142 (55.86% from 255 or 38.38% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 142 - color contains mainly: green. Hex color #768E6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768E6E is #897191. Grayscale: #838383. Windows color (decimal): -9007506 or 7245430. OLE color: 7245430.

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

Color convert

RGB 118 142 110 -
CMYK 0.17 0 0.23 0.44
HSL 105º 0.13% 0.49% -
HSV(B) 105º 0.23% 0.56% -
XYZ 19.96 24.32 18.39 -
YUV 131.18 116.05 118.6 -
System Red Green Blue C M Y K H S L
Decimal 118 142 110 0.17 0 0.23 0.44 105 0.13 0.49
Hex 76 8E 6E 11 0 17 2C 69 D 31
Octal 166 216 156 21 0 27 54 151 15 61
Binary 1110110 10001110 1101110 10001 0 10111 101100 1101001 1101 110001

Color Harmonies of #768E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768E6E

Black with #768E6E

Text Example


Text Example

White with #768E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768E6E; }

 p { color: rgb(118,142,110); }

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

background-color css

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

 a { background-color: rgb(118,142,110); }

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

border-color css

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

 span { border-color: rgb(118,142,110); }

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