Html Css Color HEX #76926F Xanadu

📋 copy color: '#76926F'

red 118 ◦ green 146 ◦ blue 111

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

Shades of Xanadu #76926F

Tints of Xanadu #76926F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.93%

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

R = 31.47%
G = 38.93%
B = 29.6%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.24

 K value IS 0.43

RGB Variations

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

Color information

#76926F (or 0x76926F) is known color: Xanadu. HEX triplet: 76, 92 and 6F. RGB value is (118,146,111). Sum of RGB (Red+Green+Blue) = 118+146+111=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 146 - color contains mainly: green. Hex color #76926F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76926F is #896D90. Grayscale: #858585. Windows color (decimal): -9006481 or 7311990. OLE color: 7311990.

HSL color Cylindrical-coordinate representation of color #76926F: hue angle of 108º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #76926F is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 146 111 -
CMYK 0.19 0 0.24 0.43
HSL 108º 0.14% 0.5% -
HSV(B) 108º 0.24% 0.57% -
XYZ 20.62 25.56 18.89 -
YUV 133.64 115.22 116.85 -
System Red Green Blue C M Y K H S L
Decimal 118 146 111 0.19 0 0.24 0.43 108 0.14 0.5
Hex 76 92 6F 13 0 18 2B 6C E 32
Octal 166 222 157 23 0 30 53 154 16 62
Binary 1110110 10010010 1101111 10011 0 11000 101011 1101100 1110 110010

Color Harmonies of #76926F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76926F

Black with #76926F

Text Example


Text Example

White with #76926F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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