Html Css Color HEX #749065 Xanadu

📋 copy color: '#749065'

red 116 ◦ green 144 ◦ blue 101

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

Shades of Xanadu #749065

Tints of Xanadu #749065

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.89%

 BLUE value IS 101 (39.84% from 255) = 27.98%

R = 32.13%
G = 39.89%
B = 27.98%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#749065 (or 0x749065) is known color: Xanadu. HEX triplet: 74, 90 and 65. RGB value is (116,144,101). Sum of RGB (Red+Green+Blue) = 116+144+101=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 144 - color contains mainly: green. Hex color #749065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749065 is #8B6F9A. Grayscale: #828282. Windows color (decimal): -9138075 or 6656116. OLE color: 6656116.

HSL color Cylindrical-coordinate representation of color #749065: hue angle of 99.07º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #749065 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 144 101 -
CMYK 0.19 0 0.30 0.44
HSL 99.07º 0.18% 0.48% -
HSV(B) 99.07º 0.3% 0.56% -
XYZ 19.52 24.6 16.03 -
YUV 130.73 111.22 117.5 -
System Red Green Blue C M Y K H S L
Decimal 116 144 101 0.19 0 0.30 0.44 99.07 0.18 0.48
Hex 74 90 65 13 0 1E 2C 63 12 30
Octal 164 220 145 23 0 36 54 143 22 60
Binary 1110100 10010000 1100101 10011 0 11110 101100 1100011 10010 110000

Color Harmonies of #749065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749065

Black with #749065

Text Example


Text Example

White with #749065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749065; }

 p { color: rgb(116,144,101); }

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

background-color css

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

 a { background-color: rgb(116,144,101); }

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

border-color css

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

 span { border-color: rgb(116,144,101); }

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