Html Css Color HEX #197971 Elm

📋 copy color: '#197971'

red 25 ◦ green 121 ◦ blue 113

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

Shades of Elm #197971

Tints of Elm #197971

RGB

 RED value IS 25 (10.16% from 255) = 9.65%

 GREEN value IS 121 (47.66% from 255) = 46.72%

 BLUE value IS 113 (44.53% from 255) = 43.63%

R = 9.65%
G = 46.72%
B = 43.63%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#197971 (or 0x197971) is known color: Elm. HEX triplet: 19, 79 and 71. RGB value is (25,121,113). Sum of RGB (Red+Green+Blue) = 25+121+113=259 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.65% from 259); Green value is 121 (47.66% from 255 or 46.72% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 121 - color contains mainly: green. Hex color #197971 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197971 is #E6868E. Grayscale: #5B5B5B. Windows color (decimal): -15107727 or 7436569. OLE color: 7436569.

HSL color Cylindrical-coordinate representation of color #197971: hue angle of 175º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197971 is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 121 113 -
CMYK 0.79 0 0.07 0.53
HSL 175º 0.66% 0.29% -
HSV(B) 175º 0.79% 0.47% -
XYZ 10.22 15.07 17.99 -
YUV 91.38 140.2 80.65 -
System Red Green Blue C M Y K H S L
Decimal 25 121 113 0.79 0 0.07 0.53 175 0.66 0.29
Hex 19 79 71 4F 0 7 35 AF 42 1D
Octal 31 171 161 117 0 7 65 257 102 35
Binary 11001 1111001 1110001 1001111 0 111 110101 10101111 1000010 11101

Color Harmonies of #197971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197971

Black with #197971

Text Example


Text Example

White with #197971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197971; }

 p { color: rgb(25,121,113); }

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

background-color css

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

 a { background-color: rgb(25,121,113); }

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

border-color css

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

 span { border-color: rgb(25,121,113); }

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