Html Css Color HEX #74966D Amulet

📋 copy color: '#74966D'

red 116 ◦ green 150 ◦ blue 109

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

Shades of Amulet #74966D

Tints of Amulet #74966D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.07%

R = 30.93%
G = 40%
B = 29.07%

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

#74966D (or 0x74966D) is known color: Amulet. HEX triplet: 74, 96 and 6D. RGB value is (116,150,109). Sum of RGB (Red+Green+Blue) = 116+150+109=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 150 - color contains mainly: green. Hex color #74966D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74966D is #8B6992. Grayscale: #878787. Windows color (decimal): -9136531 or 7181940. OLE color: 7181940.

HSL color Cylindrical-coordinate representation of color #74966D: hue angle of 109.76º 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 #74966D is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 150 109 -
CMYK 0.23 0 0.27 0.41
HSL 109.76º 0.16% 0.51% -
HSV(B) 109.76º 0.27% 0.59% -
XYZ 20.87 26.63 18.51 -
YUV 135.16 113.24 114.33 -
System Red Green Blue C M Y K H S L
Decimal 116 150 109 0.23 0 0.27 0.41 109.76 0.16 0.51
Hex 74 96 6D 17 0 1B 29 6E 10 33
Octal 164 226 155 27 0 33 51 156 20 63
Binary 1110100 10010110 1101101 10111 0 11011 101001 1101110 10000 110011

Color Harmonies of #74966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74966D

Black with #74966D

Text Example


Text Example

White with #74966D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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