Html Css Color HEX #749269 Xanadu

📋 copy color: '#749269'

red 116 ◦ green 146 ◦ blue 105

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

Shades of Xanadu #749269

Tints of Xanadu #749269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.61%

R = 31.61%
G = 39.78%
B = 28.61%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#749269 (or 0x749269) is known color: Xanadu. HEX triplet: 74, 92 and 69. RGB value is (116,146,105). Sum of RGB (Red+Green+Blue) = 116+146+105=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 146 - color contains mainly: green. Hex color #749269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749269 is #8B6D96. Grayscale: #848484. Windows color (decimal): -9137559 or 6918772. OLE color: 6918772.

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

Color convert

RGB 116 146 105 -
CMYK 0.21 0 0.28 0.43
HSL 103.9º 0.16% 0.49% -
HSV(B) 103.9º 0.28% 0.57% -
XYZ 20.03 25.29 17.19 -
YUV 132.36 112.56 116.33 -
System Red Green Blue C M Y K H S L
Decimal 116 146 105 0.21 0 0.28 0.43 103.9 0.16 0.49
Hex 74 92 69 15 0 1C 2B 68 10 31
Octal 164 222 151 25 0 34 53 150 20 61
Binary 1110100 10010010 1101001 10101 0 11100 101011 1101000 10000 110001

Color Harmonies of #749269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749269

Black with #749269

Text Example


Text Example

White with #749269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749269; }

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

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

background-color css

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

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

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

border-color css

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

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

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