Html Css Color HEX #74936F Amulet

📋 copy color: '#74936F'

red 116 ◦ green 147 ◦ blue 111

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

Shades of Amulet #74936F

Tints of Amulet #74936F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.3%

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

R = 31.02%
G = 39.3%
B = 29.68%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#74936F (or 0x74936F) is known color: Amulet. HEX triplet: 74, 93 and 6F. RGB value is (116,147,111). Sum of RGB (Red+Green+Blue) = 116+147+111=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 147 - color contains mainly: green. Hex color #74936F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74936F is #8B6C90. Grayscale: #858585. Windows color (decimal): -9137297 or 7312244. OLE color: 7312244.

HSL color Cylindrical-coordinate representation of color #74936F: hue angle of 111.67º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #74936F is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 147 111 -
CMYK 0.21 0 0.24 0.42
HSL 111.67º 0.14% 0.51% -
HSV(B) 111.67º 0.24% 0.58% -
XYZ 20.51 25.73 18.92 -
YUV 133.63 115.23 115.43 -
System Red Green Blue C M Y K H S L
Decimal 116 147 111 0.21 0 0.24 0.42 111.67 0.14 0.51
Hex 74 93 6F 15 0 18 2A 70 E 33
Octal 164 223 157 25 0 30 52 160 16 63
Binary 1110100 10010011 1101111 10101 0 11000 101010 1110000 1110 110011

Color Harmonies of #74936F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74936F

Black with #74936F

Text Example


Text Example

White with #74936F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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