Html Css Color HEX #719B6C Amulet

📋 copy color: '#719B6C'

red 113 ◦ green 155 ◦ blue 108

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

Shades of Amulet #719B6C

Tints of Amulet #719B6C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.22%

 BLUE value IS 108 (42.58% from 255) = 28.72%

R = 30.05%
G = 41.22%
B = 28.72%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#719B6C (or 0x719B6C) is known color: Amulet. HEX triplet: 71, 9B and 6C. RGB value is (113,155,108). Sum of RGB (Red+Green+Blue) = 113+155+108=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 155 (60.94% from 255 or 41.22% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 155 - color contains mainly: green. Hex color #719B6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719B6C is #8E6493. Grayscale: #898989. Windows color (decimal): -9331860 or 7117681. OLE color: 7117681.

HSL color Cylindrical-coordinate representation of color #719B6C: hue angle of 113.62º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #719B6C is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 155 108 -
CMYK 0.27 0 0.30 0.39
HSL 113.62º 0.19% 0.52% -
HSV(B) 113.62º 0.3% 0.61% -
XYZ 21.24 28.04 18.48 -
YUV 137.08 111.59 110.82 -
System Red Green Blue C M Y K H S L
Decimal 113 155 108 0.27 0 0.30 0.39 113.62 0.19 0.52
Hex 71 9B 6C 1B 0 1E 27 72 13 34
Octal 161 233 154 33 0 36 47 162 23 64
Binary 1110001 10011011 1101100 11011 0 11110 100111 1110010 10011 110100

Color Harmonies of #719B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719B6C

Black with #719B6C

Text Example


Text Example

White with #719B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719B6C; }

 p { color: rgb(113,155,108); }

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

background-color css

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

 a { background-color: rgb(113,155,108); }

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

border-color css

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

 span { border-color: rgb(113,155,108); }

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