Html Css Color HEX #749765 Amulet

📋 copy color: '#749765'

red 116 ◦ green 151 ◦ blue 101

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

Shades of Amulet #749765

Tints of Amulet #749765

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.03%

 BLUE value IS 101 (39.84% from 255) = 27.45%

R = 31.52%
G = 41.03%
B = 27.45%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#749765 (or 0x749765) is known color: Amulet. HEX triplet: 74, 97 and 65. RGB value is (116,151,101). Sum of RGB (Red+Green+Blue) = 116+151+101=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 151 (59.38% from 255 or 41.03% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 151 - color contains mainly: green. Hex color #749765 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749765 is #8B689A. Grayscale: #878787. Windows color (decimal): -9136283 or 6657908. OLE color: 6657908.

HSL color Cylindrical-coordinate representation of color #749765: hue angle of 102º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #749765 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 151 101 -
CMYK 0.23 0 0.33 0.41
HSL 102º 0.2% 0.49% -
HSV(B) 102º 0.33% 0.59% -
XYZ 20.62 26.79 16.4 -
YUV 134.84 108.9 114.57 -
System Red Green Blue C M Y K H S L
Decimal 116 151 101 0.23 0 0.33 0.41 102 0.2 0.49
Hex 74 97 65 17 0 21 29 66 14 31
Octal 164 227 145 27 0 41 51 146 24 61
Binary 1110100 10010111 1100101 10111 0 100001 101001 1100110 10100 110001

Color Harmonies of #749765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749765

Black with #749765

Text Example


Text Example

White with #749765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749765; }

 p { color: rgb(116,151,101); }

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

background-color css

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

 a { background-color: rgb(116,151,101); }

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

border-color css

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

 span { border-color: rgb(116,151,101); }

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