Html Css Color HEX #74956A Amulet

📋 copy color: '#74956A'

red 116 ◦ green 149 ◦ blue 106

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

Shades of Amulet #74956A

Tints of Amulet #74956A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.16%

 BLUE value IS 106 (41.8% from 255) = 28.57%

R = 31.27%
G = 40.16%
B = 28.57%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#74956A (or 0x74956A) is known color: Amulet. HEX triplet: 74, 95 and 6A. RGB value is (116,149,106). Sum of RGB (Red+Green+Blue) = 116+149+106=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 149 - color contains mainly: green. Hex color #74956A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74956A is #8B6A95. Grayscale: #868686. Windows color (decimal): -9136790 or 6985076. OLE color: 6985076.

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

Color convert

RGB 116 149 106 -
CMYK 0.22 0 0.29 0.42
HSL 106.05º 0.17% 0.5% -
HSV(B) 106.05º 0.29% 0.58% -
XYZ 20.55 26.25 17.62 -
YUV 134.23 112.07 115 -
System Red Green Blue C M Y K H S L
Decimal 116 149 106 0.22 0 0.29 0.42 106.05 0.17 0.5
Hex 74 95 6A 16 0 1D 2A 6A 11 32
Octal 164 225 152 26 0 35 52 152 21 62
Binary 1110100 10010101 1101010 10110 0 11101 101010 1101010 10001 110010

Color Harmonies of #74956A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74956A

Black with #74956A

Text Example


Text Example

White with #74956A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74956A; }

 p { color: rgb(116,149,106); }

 H1.HeaderClassName
 {
   color: #74956A;
 }
 .AnyTagClassName
 {
   color: #74956A;
 }
</style>

background-color css

<style>
 a { background-color: #74956A; }

 a { background-color: rgb(116,149,106); }

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

border-color css

<style>
 span { border-color: #74956A; }

 span { border-color: rgb(116,149,106); }

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