Html Css Color HEX #749867 Amulet

📋 copy color: '#749867'

red 116 ◦ green 152 ◦ blue 103

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

Shades of Amulet #749867

Tints of Amulet #749867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 27.76%

R = 31.27%
G = 40.97%
B = 27.76%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#749867 (or 0x749867) is known color: Amulet. HEX triplet: 74, 98 and 67. RGB value is (116,152,103). Sum of RGB (Red+Green+Blue) = 116+152+103=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 152 - color contains mainly: green. Hex color #749867 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749867 is #8B6798. Grayscale: #878787. Windows color (decimal): -9136025 or 6789236. OLE color: 6789236.

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

Color convert

RGB 116 152 103 -
CMYK 0.24 0 0.32 0.40
HSL 104.08º 0.19% 0.5% -
HSV(B) 104.08º 0.32% 0.6% -
XYZ 20.88 27.15 16.97 -
YUV 135.65 109.57 113.98 -
System Red Green Blue C M Y K H S L
Decimal 116 152 103 0.24 0 0.32 0.40 104.08 0.19 0.5
Hex 74 98 67 18 0 20 28 68 13 32
Octal 164 230 147 30 0 40 50 150 23 62
Binary 1110100 10011000 1100111 11000 0 100000 101000 1101000 10011 110010

Color Harmonies of #749867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749867

Black with #749867

Text Example


Text Example

White with #749867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749867; }

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

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

background-color css

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

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

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

border-color css

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

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

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