Html Css Color HEX #749869 Amulet

📋 copy color: '#749869'

red 116 ◦ green 152 ◦ blue 105

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

Shades of Amulet #749869

Tints of Amulet #749869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.15%

R = 31.1%
G = 40.75%
B = 28.15%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#749869 (or 0x749869) is known color: Amulet. HEX triplet: 74, 98 and 69. RGB value is (116,152,105). Sum of RGB (Red+Green+Blue) = 116+152+105=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 152 - color contains mainly: green. Hex color #749869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749869 is #8B6796. Grayscale: #888888. Windows color (decimal): -9136023 or 6920308. OLE color: 6920308.

HSL color Cylindrical-coordinate representation of color #749869: hue angle of 105.96º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #749869 is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 152 105 -
CMYK 0.24 0 0.31 0.40
HSL 105.96º 0.19% 0.5% -
HSV(B) 105.96º 0.31% 0.6% -
XYZ 20.98 27.19 17.51 -
YUV 135.88 110.57 113.82 -
System Red Green Blue C M Y K H S L
Decimal 116 152 105 0.24 0 0.31 0.40 105.96 0.19 0.5
Hex 74 98 69 18 0 1F 28 6A 13 32
Octal 164 230 151 30 0 37 50 152 23 62
Binary 1110100 10011000 1101001 11000 0 11111 101000 1101010 10011 110010

Color Harmonies of #749869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749869

Black with #749869

Text Example


Text Example

White with #749869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749869; }

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

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

background-color css

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

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

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

border-color css

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

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

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