#748A70

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

Shades of Xanadu #748A70

Tints of Xanadu #748A70

Color information

#748A70 (or 0x748A70) is unknown color: approx Xanadu. HEX triplet: 74, 8A and 70. RGB value is (116,138,112). Sum of RGB (Red+Green+Blue) = 116+138+112=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 138 - color contains mainly: green. Hex color #748A70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748A70 is #8B758F. Grayscale: #808080. Windows color (decimal): -9139600 or 7375476. OLE color: 7375476.

HSL color Cylindrical-coordinate representation of color #748A70: hue angle of 110.77º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #748A70 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB116138112-
CMYK0.1600.190.46
HSL110.77º10.4%49.02%-
HSV(B)110.77º18.84%54.12%-
XYZ19.2223.0618.77-
YUV128.46118.71119.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.69%
GREEN value IS 138 (54.30% from 255) = 37.70%
BLUE value IS 112 (44.14% from 255) = 30.60%
R=31.69%
G=37.70%
B=30.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1161381120.1600.190.46110.7710.449.02
Hex748A70100132E6fa31
Octal16421216020023561571261
Binary11101001000101011100001000001001110111011011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748A70; }

 p { color: rgb(116,138,112); }

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

<style>
 a { background-color: #748A70; }

 a { background-color: rgb(116,138,112); }

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

<style>
 span { border-color: #748A70; }

 span { border-color: rgb(116,138,112); }

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