Html Css Color HEX #719967 Amulet

📋 copy color: '#719967'

red 113 ◦ green 153 ◦ blue 103

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

Shades of Amulet #719967

Tints of Amulet #719967

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.46%

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

R = 30.62%
G = 41.46%
B = 27.91%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#719967 (or 0x719967) is known color: Amulet. HEX triplet: 71, 99 and 67. RGB value is (113,153,103). Sum of RGB (Red+Green+Blue) = 113+153+103=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 103 (40.62% from 255 or 27.91% from 369); Max value from RGB is 153 - color contains mainly: green. Hex color #719967 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719967 is #8E6698. Grayscale: #878787. Windows color (decimal): -9332377 or 6789489. OLE color: 6789489.

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

Color convert

RGB 113 153 103 -
CMYK 0.26 0 0.33 0.4
HSL 108º 0.2% 0.5% -
HSV(B) 108º 0.33% 0.6% -
XYZ 20.65 27.27 17.01 -
YUV 135.34 109.75 112.07 -
System Red Green Blue C M Y K H S L
Decimal 113 153 103 0.26 0 0.33 0.4 108 0.2 0.5
Hex 71 99 67 1A 0 21 28 6C 14 32
Octal 161 231 147 32 0 41 50 154 24 62
Binary 1110001 10011001 1100111 11010 0 100001 101000 1101100 10100 110010

Color Harmonies of #719967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719967

Black with #719967

Text Example


Text Example

White with #719967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719967; }

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

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

background-color css

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

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

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

border-color css

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

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

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