Html Css Color HEX #197A72 Elm

📋 copy color: '#197A72'

red 25 ◦ green 122 ◦ blue 114

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

Shades of Elm #197A72

Tints of Elm #197A72

RGB

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

 GREEN value IS 122 (48.05% from 255) = 46.74%

 BLUE value IS 114 (44.92% from 255) = 43.68%

R = 9.58%
G = 46.74%
B = 43.68%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#197A72 (or 0x197A72) is known color: Elm. HEX triplet: 19, 7A and 72. RGB value is (25,122,114). Sum of RGB (Red+Green+Blue) = 25+122+114=261 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.58% from 261); Green value is 122 (48.05% from 255 or 46.74% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 122 - color contains mainly: green. Hex color #197A72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197A72 is #E6858D. Grayscale: #5C5C5C. Windows color (decimal): -15107470 or 7502361. OLE color: 7502361.

HSL color Cylindrical-coordinate representation of color #197A72: hue angle of 175.05º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197A72 is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 25 122 114 -
CMYK 0.80 0 0.07 0.52
HSL 175.05º 0.66% 0.29% -
HSV(B) 175.05º 0.8% 0.48% -
XYZ 10.4 15.34 18.33 -
YUV 92.09 140.36 80.15 -
System Red Green Blue C M Y K H S L
Decimal 25 122 114 0.80 0 0.07 0.52 175.05 0.66 0.29
Hex 19 7A 72 50 0 7 34 AF 42 1D
Octal 31 172 162 120 0 7 64 257 102 35
Binary 11001 1111010 1110010 1010000 0 111 110100 10101111 1000010 11101

Color Harmonies of #197A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197A72

Black with #197A72

Text Example


Text Example

White with #197A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197A72; }

 p { color: rgb(25,122,114); }

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

background-color css

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

 a { background-color: rgb(25,122,114); }

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

border-color css

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

 span { border-color: rgb(25,122,114); }

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