Html Css Color HEX #749268 Xanadu

📋 copy color: '#749268'

red 116 ◦ green 146 ◦ blue 104

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

Shades of Xanadu #749268

Tints of Xanadu #749268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.42%

R = 31.69%
G = 39.89%
B = 28.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#749268 (or 0x749268) is known color: Xanadu. HEX triplet: 74, 92 and 68. RGB value is (116,146,104). Sum of RGB (Red+Green+Blue) = 116+146+104=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 146 - color contains mainly: green. Hex color #749268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749268 is #8B6D97. Grayscale: #848484. Windows color (decimal): -9137560 or 6853236. OLE color: 6853236.

HSL color Cylindrical-coordinate representation of color #749268: hue angle of 102.86º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #749268 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 146 104 -
CMYK 0.21 0 0.29 0.43
HSL 102.86º 0.17% 0.49% -
HSV(B) 102.86º 0.29% 0.57% -
XYZ 19.98 25.27 16.92 -
YUV 132.24 112.06 116.42 -
System Red Green Blue C M Y K H S L
Decimal 116 146 104 0.21 0 0.29 0.43 102.86 0.17 0.49
Hex 74 92 68 15 0 1D 2B 67 11 31
Octal 164 222 150 25 0 35 53 147 21 61
Binary 1110100 10010010 1101000 10101 0 11101 101011 1100111 10001 110001

Color Harmonies of #749268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749268

Black with #749268

Text Example


Text Example

White with #749268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749268; }

 p { color: rgb(116,146,104); }

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

background-color css

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

 a { background-color: rgb(116,146,104); }

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

border-color css

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

 span { border-color: rgb(116,146,104); }

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