#7B926D

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

Shades of Xanadu #7B926D

Tints of Xanadu #7B926D

Color information

#7B926D (or 0x7B926D) is unknown color: approx Xanadu. HEX triplet: 7B, 92 and 6D. RGB value is (123,146,109). Sum of RGB (Red+Green+Blue) = 123+146+109=378 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.54% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 146 - color contains mainly: green. Hex color #7B926D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B926D is #846D92. Grayscale: #878787. Windows color (decimal): -8678803 or 7180923. OLE color: 7180923.

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

Color convert

RGB123146109-
CMYK0.1600.250.43
HSL97.3º14.51%50%-
HSV(B)97.3º25.34%57.25%-
XYZ21.2125.8718.34-
YUV134.9113.38119.51-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.54%
GREEN value IS 146 (57.42% from 255) = 38.62%
BLUE value IS 109 (42.97% from 255) = 28.84%
R=32.54%
G=38.62%
B=28.84%

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
Decimal1231461090.1600.250.4397.314.5150
Hex7B926D100192B61f32
Octal17322215520031531411762
Binary11110111001001011011011000001100110101111000011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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