Html Css Color HEX #74906F Xanadu

📋 copy color: '#74906F'

red 116 ◦ green 144 ◦ blue 111

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

Shades of Xanadu #74906F

Tints of Xanadu #74906F

RGB

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

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

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

R = 31.27%
G = 38.81%
B = 29.92%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#74906F (or 0x74906F) is known color: Xanadu. HEX triplet: 74, 90 and 6F. RGB value is (116,144,111). Sum of RGB (Red+Green+Blue) = 116+144+111=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 144 - color contains mainly: green. Hex color #74906F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74906F is #8B6F90. Grayscale: #838383. Windows color (decimal): -9138065 or 7311476. OLE color: 7311476.

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

Color convert

RGB 116 144 111 -
CMYK 0.19 0 0.23 0.44
HSL 110.91º 0.13% 0.5% -
HSV(B) 110.91º 0.23% 0.56% -
XYZ 20.04 24.81 18.77 -
YUV 131.87 116.22 116.68 -
System Red Green Blue C M Y K H S L
Decimal 116 144 111 0.19 0 0.23 0.44 110.91 0.13 0.5
Hex 74 90 6F 13 0 17 2C 6F D 32
Octal 164 220 157 23 0 27 54 157 15 62
Binary 1110100 10010000 1101111 10011 0 10111 101100 1101111 1101 110010

Color Harmonies of #74906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74906F

Black with #74906F

Text Example


Text Example

White with #74906F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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