Html Css Color HEX #74966E Amulet

📋 copy color: '#74966E'

red 116 ◦ green 150 ◦ blue 110

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

Shades of Amulet #74966E

Tints of Amulet #74966E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.89%

 BLUE value IS 110 (43.36% from 255) = 29.26%

R = 30.85%
G = 39.89%
B = 29.26%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#74966E (or 0x74966E) is known color: Amulet. HEX triplet: 74, 96 and 6E. RGB value is (116,150,110). Sum of RGB (Red+Green+Blue) = 116+150+110=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 150 - color contains mainly: green. Hex color #74966E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74966E is #8B6991. Grayscale: #878787. Windows color (decimal): -9136530 or 7247476. OLE color: 7247476.

HSL color Cylindrical-coordinate representation of color #74966E: hue angle of 111º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #74966E is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 150 110 -
CMYK 0.23 0 0.27 0.41
HSL 111º 0.16% 0.51% -
HSV(B) 111º 0.27% 0.59% -
XYZ 20.92 26.65 18.79 -
YUV 135.27 113.74 114.25 -
System Red Green Blue C M Y K H S L
Decimal 116 150 110 0.23 0 0.27 0.41 111 0.16 0.51
Hex 74 96 6E 17 0 1B 29 6F 10 33
Octal 164 226 156 27 0 33 51 157 20 63
Binary 1110100 10010110 1101110 10111 0 11011 101001 1101111 10000 110011

Color Harmonies of #74966E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74966E

Black with #74966E

Text Example


Text Example

White with #74966E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74966E; }

 p { color: rgb(116,150,110); }

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

background-color css

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

 a { background-color: rgb(116,150,110); }

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

border-color css

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

 span { border-color: rgb(116,150,110); }

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