#7B926E

Color #7B926E Xanadu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Xanadu #7B926E

Tints of Xanadu #7B926E

Color information

#7B926E (or 0x7B926E) is unknown color: approx Xanadu. HEX triplet: 7B, 92 and 6E. RGB value is (123,146,110). Sum of RGB (Red+Green+Blue) = 123+146+110=379 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.45% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 146 - color contains mainly: green. Hex color #7B926E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B926E is #846D91. Grayscale: #878787. Windows color (decimal): -8678802 or 7246459. OLE color: 7246459.

HSL color Cylindrical-coordinate representation of color #7B926E: hue angle of 98.33º degrees, saturation: 0.14, 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 #7B926E is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB123146110-
CMYK0.1600.250.43
HSL98.33º14.17%50.2%-
HSV(B)98.33º24.66%57.25%-
XYZ21.2625.8918.63-
YUV135.02113.88119.43-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.45%
GREEN value IS 146 (57.42% from 255) = 38.52%
BLUE value IS 110 (43.36% from 255) = 29.02%
R=32.45%
G=38.52%
B=29.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1231461100.1600.250.4398.3314.1750.2
Hex7B926E100192B62e32
Octal17322215620031531421662
Binary11110111001001011011101000001100110101111000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B926E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B926E; }

 p { color: rgb(123,146,110); }

 H1.HeaderClassName
 {
   color: #7B926E;
 }
 .AnyTagClassName
 {
   color: #7B926E;
 }
</style>
background-color css

<style>
 a { background-color: #7B926E; }

 a { background-color: rgb(123,146,110); }

 div.DivClassName
 {
   background-color: #7B926E;
 }
 .BgClassName
 {
   background-color: #7B926E;
 }
</style>
border-color css

<style>
 span { border-color: #7B926E; }

 span { border-color: rgb(123,146,110); }

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