Html Css Color HEX #719B6B Amulet

📋 copy color: '#719B6B'

red 113 ◦ green 155 ◦ blue 107

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

Shades of Amulet #719B6B

Tints of Amulet #719B6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.53%

R = 30.13%
G = 41.33%
B = 28.53%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#719B6B (or 0x719B6B) is known color: Amulet. HEX triplet: 71, 9B and 6B. RGB value is (113,155,107). Sum of RGB (Red+Green+Blue) = 113+155+107=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 155 - color contains mainly: green. Hex color #719B6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719B6B is #8E6494. Grayscale: #898989. Windows color (decimal): -9331861 or 7052145. OLE color: 7052145.

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

Color convert

RGB 113 155 107 -
CMYK 0.27 0 0.31 0.39
HSL 112.5º 0.19% 0.51% -
HSV(B) 112.5º 0.31% 0.61% -
XYZ 21.19 28.01 18.2 -
YUV 136.97 111.09 110.9 -
System Red Green Blue C M Y K H S L
Decimal 113 155 107 0.27 0 0.31 0.39 112.5 0.19 0.51
Hex 71 9B 6B 1B 0 1F 27 70 13 33
Octal 161 233 153 33 0 37 47 160 23 63
Binary 1110001 10011011 1101011 11011 0 11111 100111 1110000 10011 110011

Color Harmonies of #719B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719B6B

Black with #719B6B

Text Example


Text Example

White with #719B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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