Html Css Color HEX #719867 Amulet

📋 copy color: '#719867'

red 113 ◦ green 152 ◦ blue 103

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

Shades of Amulet #719867

Tints of Amulet #719867

RGB

 RED value IS 113 (44.53% from 255) = 30.71%

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

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

R = 30.71%
G = 41.3%
B = 27.99%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#719867 (or 0x719867) is known color: Amulet. HEX triplet: 71, 98 and 67. RGB value is (113,152,103). Sum of RGB (Red+Green+Blue) = 113+152+103=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 103 (40.62% from 255 or 27.99% from 368); Max value from RGB is 152 - color contains mainly: green. Hex color #719867 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719867 is #8E6798. Grayscale: #868686. Windows color (decimal): -9332633 or 6789233. OLE color: 6789233.

HSL color Cylindrical-coordinate representation of color #719867: hue angle of 107.76º 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 #719867 is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 152 103 -
CMYK 0.26 0 0.32 0.40
HSL 107.76º 0.19% 0.5% -
HSV(B) 107.76º 0.32% 0.6% -
XYZ 20.49 26.95 16.95 -
YUV 134.75 110.08 112.48 -
System Red Green Blue C M Y K H S L
Decimal 113 152 103 0.26 0 0.32 0.40 107.76 0.19 0.5
Hex 71 98 67 1A 0 20 28 6C 13 32
Octal 161 230 147 32 0 40 50 154 23 62
Binary 1110001 10011000 1100111 11010 0 100000 101000 1101100 10011 110010

Color Harmonies of #719867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719867

Black with #719867

Text Example


Text Example

White with #719867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719867; }

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

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

background-color css

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

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

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

border-color css

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

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

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