Html Css Color HEX #719A67 Amulet

📋 copy color: '#719A67'

red 113 ◦ green 154 ◦ blue 103

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

Shades of Amulet #719A67

Tints of Amulet #719A67

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.62%

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

R = 30.54%
G = 41.62%
B = 27.84%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#719A67 (or 0x719A67) is known color: Amulet. HEX triplet: 71, 9A and 67. RGB value is (113,154,103). Sum of RGB (Red+Green+Blue) = 113+154+103=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 154 (60.55% from 255 or 41.62% from 370); Blue value is 103 (40.62% from 255 or 27.84% from 370); Max value from RGB is 154 - color contains mainly: green. Hex color #719A67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719A67 is #8E6598. Grayscale: #888888. Windows color (decimal): -9332121 or 6789745. OLE color: 6789745.

HSL color Cylindrical-coordinate representation of color #719A67: hue angle of 108.24º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #719A67 is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 154 103 -
CMYK 0.27 0 0.33 0.40
HSL 108.24º 0.2% 0.5% -
HSV(B) 108.24º 0.33% 0.6% -
XYZ 20.81 27.6 17.06 -
YUV 135.93 109.42 111.65 -
System Red Green Blue C M Y K H S L
Decimal 113 154 103 0.27 0 0.33 0.40 108.24 0.2 0.5
Hex 71 9A 67 1B 0 21 28 6C 14 32
Octal 161 232 147 33 0 41 50 154 24 62
Binary 1110001 10011010 1100111 11011 0 100001 101000 1101100 10100 110010

Color Harmonies of #719A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719A67

Black with #719A67

Text Example


Text Example

White with #719A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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