Html Css Color HEX #74956B Amulet

📋 copy color: '#74956B'

red 116 ◦ green 149 ◦ blue 107

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

Shades of Amulet #74956B

Tints of Amulet #74956B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.76%

R = 31.18%
G = 40.05%
B = 28.76%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#74956B (or 0x74956B) is known color: Amulet. HEX triplet: 74, 95 and 6B. RGB value is (116,149,107). Sum of RGB (Red+Green+Blue) = 116+149+107=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 149 - color contains mainly: green. Hex color #74956B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74956B is #8B6A94. Grayscale: #868686. Windows color (decimal): -9136789 or 7050612. OLE color: 7050612.

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

Color convert

RGB 116 149 107 -
CMYK 0.22 0 0.28 0.42
HSL 107.14º 0.17% 0.5% -
HSV(B) 107.14º 0.28% 0.58% -
XYZ 20.6 26.27 17.89 -
YUV 134.35 112.57 114.92 -
System Red Green Blue C M Y K H S L
Decimal 116 149 107 0.22 0 0.28 0.42 107.14 0.17 0.5
Hex 74 95 6B 16 0 1C 2A 6B 11 32
Octal 164 225 153 26 0 34 52 153 21 62
Binary 1110100 10010101 1101011 10110 0 11100 101010 1101011 10001 110010

Color Harmonies of #74956B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74956B

Black with #74956B

Text Example


Text Example

White with #74956B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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