Html Css Color HEX #74946C Xanadu

📋 copy color: '#74946C'

red 116 ◦ green 148 ◦ blue 108

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

Shades of Xanadu #74946C

Tints of Xanadu #74946C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.78%

 BLUE value IS 108 (42.58% from 255) = 29.03%

R = 31.18%
G = 39.78%
B = 29.03%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#74946C (or 0x74946C) is known color: Xanadu. HEX triplet: 74, 94 and 6C. RGB value is (116,148,108). Sum of RGB (Red+Green+Blue) = 116+148+108=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 148 - color contains mainly: green. Hex color #74946C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74946C is #8B6B93. Grayscale: #868686. Windows color (decimal): -9137044 or 7115892. OLE color: 7115892.

HSL color Cylindrical-coordinate representation of color #74946C: hue angle of 108º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #74946C is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 148 108 -
CMYK 0.22 0 0.27 0.42
HSL 108º 0.16% 0.5% -
HSV(B) 108º 0.27% 0.58% -
XYZ 20.5 25.98 18.12 -
YUV 133.87 113.4 115.25 -
System Red Green Blue C M Y K H S L
Decimal 116 148 108 0.22 0 0.27 0.42 108 0.16 0.5
Hex 74 94 6C 16 0 1B 2A 6C 10 32
Octal 164 224 154 26 0 33 52 154 20 62
Binary 1110100 10010100 1101100 10110 0 11011 101010 1101100 10000 110010

Color Harmonies of #74946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74946C

Black with #74946C

Text Example


Text Example

White with #74946C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74946C; }

 p { color: rgb(116,148,108); }

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

background-color css

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

 a { background-color: rgb(116,148,108); }

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

border-color css

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

 span { border-color: rgb(116,148,108); }

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