Html Css Color HEX #197A74 Elm

📋 copy color: '#197A74'

red 25 ◦ green 122 ◦ blue 116

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

Shades of Elm #197A74

Tints of Elm #197A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 44.11%

R = 9.51%
G = 46.39%
B = 44.11%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.05

 K value IS 0.52

RGB Variations

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

Color information

#197A74 (or 0x197A74) is known color: Elm. HEX triplet: 19, 7A and 74. RGB value is (25,122,116). Sum of RGB (Red+Green+Blue) = 25+122+116=263 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.51% from 263); Green value is 122 (48.05% from 255 or 46.39% from 263); Blue value is 116 (45.70% from 255 or 44.11% from 263); Max value from RGB is 122 - color contains mainly: green. Hex color #197A74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197A74 is #E6858B. Grayscale: #5C5C5C. Windows color (decimal): -15107468 or 7633433. OLE color: 7633433.

HSL color Cylindrical-coordinate representation of color #197A74: hue angle of 176.29º 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 #197A74 is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB 25 122 116 -
CMYK 0.80 0 0.05 0.52
HSL 176.29º 0.66% 0.29% -
HSV(B) 176.29º 0.8% 0.48% -
XYZ 10.51 15.39 18.94 -
YUV 92.31 141.36 79.99 -
System Red Green Blue C M Y K H S L
Decimal 25 122 116 0.80 0 0.05 0.52 176.29 0.66 0.29
Hex 19 7A 74 50 0 5 34 B0 42 1D
Octal 31 172 164 120 0 5 64 260 102 35
Binary 11001 1111010 1110100 1010000 0 101 110100 10110000 1000010 11101

Color Harmonies of #197A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197A74

Black with #197A74

Text Example


Text Example

White with #197A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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