Html Css Color HEX #76926D Xanadu

📋 copy color: '#76926D'

red 118 ◦ green 146 ◦ blue 109

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

Shades of Xanadu #76926D

Tints of Xanadu #76926D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.22%

R = 31.64%
G = 39.14%
B = 29.22%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#76926D (or 0x76926D) is known color: Xanadu. HEX triplet: 76, 92 and 6D. RGB value is (118,146,109). Sum of RGB (Red+Green+Blue) = 118+146+109=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 146 - color contains mainly: green. Hex color #76926D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76926D is #896D92. Grayscale: #858585. Windows color (decimal): -9006483 or 7180918. OLE color: 7180918.

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

Color convert

RGB 118 146 109 -
CMYK 0.19 0 0.25 0.43
HSL 105.41º 0.15% 0.5% -
HSV(B) 105.41º 0.25% 0.57% -
XYZ 20.51 25.51 18.31 -
YUV 133.41 114.22 117.01 -
System Red Green Blue C M Y K H S L
Decimal 118 146 109 0.19 0 0.25 0.43 105.41 0.15 0.5
Hex 76 92 6D 13 0 19 2B 69 F 32
Octal 166 222 155 23 0 31 53 151 17 62
Binary 1110110 10010010 1101101 10011 0 11001 101011 1101001 1111 110010

Color Harmonies of #76926D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76926D

Black with #76926D

Text Example


Text Example

White with #76926D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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