Html Css Color HEX #74986F Amulet

📋 copy color: '#74986F'

red 116 ◦ green 152 ◦ blue 111

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

Shades of Amulet #74986F

Tints of Amulet #74986F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.11%

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

R = 30.61%
G = 40.11%
B = 29.29%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#74986F (or 0x74986F) is known color: Amulet. HEX triplet: 74, 98 and 6F. RGB value is (116,152,111). Sum of RGB (Red+Green+Blue) = 116+152+111=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 152 - color contains mainly: green. Hex color #74986F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74986F is #8B6790. Grayscale: #888888. Windows color (decimal): -9136017 or 7313524. OLE color: 7313524.

HSL color Cylindrical-coordinate representation of color #74986F: hue angle of 112.68º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #74986F is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 152 111 -
CMYK 0.24 0 0.27 0.40
HSL 112.68º 0.17% 0.52% -
HSV(B) 112.68º 0.27% 0.6% -
XYZ 21.3 27.32 19.19 -
YUV 136.56 113.57 113.33 -
System Red Green Blue C M Y K H S L
Decimal 116 152 111 0.24 0 0.27 0.40 112.68 0.17 0.52
Hex 74 98 6F 18 0 1B 28 71 11 34
Octal 164 230 157 30 0 33 50 161 21 64
Binary 1110100 10011000 1101111 11000 0 11011 101000 1110001 10001 110100

Color Harmonies of #74986F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74986F

Black with #74986F

Text Example


Text Example

White with #74986F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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