Html Css Color HEX #197772 Elm

📋 copy color: '#197772'

red 25 ◦ green 119 ◦ blue 114

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

Shades of Elm #197772

Tints of Elm #197772

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.12%

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

R = 9.69%
G = 46.12%
B = 44.19%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#197772 (or 0x197772) is known color: Elm. HEX triplet: 19, 77 and 72. RGB value is (25,119,114). Sum of RGB (Red+Green+Blue) = 25+119+114=258 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.69% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 114 (44.92% from 255 or 44.19% from 258); Max value from RGB is 119 - color contains mainly: green. Hex color #197772 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197772 is #E6888D. Grayscale: #5A5A5A. Windows color (decimal): -15108238 or 7501593. OLE color: 7501593.

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

Color convert

RGB 25 119 114 -
CMYK 0.79 0 0.04 0.53
HSL 176.81º 0.65% 0.28% -
HSV(B) 176.81º 0.79% 0.47% -
XYZ 10.03 14.62 18.21 -
YUV 90.32 141.36 81.41 -
System Red Green Blue C M Y K H S L
Decimal 25 119 114 0.79 0 0.04 0.53 176.81 0.65 0.28
Hex 19 77 72 4F 0 4 35 B1 41 1C
Octal 31 167 162 117 0 4 65 261 101 34
Binary 11001 1110111 1110010 1001111 0 100 110101 10110001 1000001 11100

Color Harmonies of #197772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197772

Black with #197772

Text Example


Text Example

White with #197772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197772; }

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

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

background-color css

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

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

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

border-color css

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

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

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