Html Css Color HEX #74916F Xanadu

📋 copy color: '#74916F'

red 116 ◦ green 145 ◦ blue 111

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

Shades of Xanadu #74916F

Tints of Xanadu #74916F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.98%

 BLUE value IS 111 (43.75% from 255) = 29.84%

R = 31.18%
G = 38.98%
B = 29.84%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#74916F (or 0x74916F) is known color: Xanadu. HEX triplet: 74, 91 and 6F. RGB value is (116,145,111). Sum of RGB (Red+Green+Blue) = 116+145+111=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 145 - color contains mainly: green. Hex color #74916F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74916F is #8B6E90. Grayscale: #848484. Windows color (decimal): -9137809 or 7311732. OLE color: 7311732.

HSL color Cylindrical-coordinate representation of color #74916F: hue angle of 111.18º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #74916F is Cyan = 0.2, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 145 111 -
CMYK 0.2 0 0.23 0.43
HSL 111.18º 0.13% 0.5% -
HSV(B) 111.18º 0.23% 0.57% -
XYZ 20.2 25.11 18.82 -
YUV 132.45 115.89 116.26 -
System Red Green Blue C M Y K H S L
Decimal 116 145 111 0.2 0 0.23 0.43 111.18 0.13 0.5
Hex 74 91 6F 14 0 17 2B 6F D 32
Octal 164 221 157 24 0 27 53 157 15 62
Binary 1110100 10010001 1101111 10100 0 10111 101011 1101111 1101 110010

Color Harmonies of #74916F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74916F

Black with #74916F

Text Example


Text Example

White with #74916F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74916F; }

 p { color: rgb(116,145,111); }

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

background-color css

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

 a { background-color: rgb(116,145,111); }

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

border-color css

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

 span { border-color: rgb(116,145,111); }

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