Html Css Color HEX #749567 Xanadu

📋 copy color: '#749567'

red 116 ◦ green 149 ◦ blue 103

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

Shades of Xanadu #749567

Tints of Xanadu #749567

RGB

 RED value IS 116 (45.7% from 255) = 31.52%

 GREEN value IS 149 (58.59% from 255) = 40.49%

 BLUE value IS 103 (40.63% from 255) = 27.99%

R = 31.52%
G = 40.49%
B = 27.99%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#749567 (or 0x749567) is known color: Xanadu. HEX triplet: 74, 95 and 67. RGB value is (116,149,103). Sum of RGB (Red+Green+Blue) = 116+149+103=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 103 (40.62% from 255 or 27.99% from 368); Max value from RGB is 149 - color contains mainly: green. Hex color #749567 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749567 is #8B6A98. Grayscale: #868686. Windows color (decimal): -9136793 or 6788468. OLE color: 6788468.

HSL color Cylindrical-coordinate representation of color #749567: hue angle of 103.04º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #749567 is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 149 103 -
CMYK 0.22 0 0.31 0.42
HSL 103.04º 0.18% 0.49% -
HSV(B) 103.04º 0.31% 0.58% -
XYZ 20.4 26.19 16.81 -
YUV 133.89 110.57 115.24 -
System Red Green Blue C M Y K H S L
Decimal 116 149 103 0.22 0 0.31 0.42 103.04 0.18 0.49
Hex 74 95 67 16 0 1F 2A 67 12 31
Octal 164 225 147 26 0 37 52 147 22 61
Binary 1110100 10010101 1100111 10110 0 11111 101010 1100111 10010 110001

Color Harmonies of #749567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749567

Black with #749567

Text Example


Text Example

White with #749567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749567; }

 p { color: rgb(116,149,103); }

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

background-color css

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

 a { background-color: rgb(116,149,103); }

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

border-color css

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

 span { border-color: rgb(116,149,103); }

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