Html Css Color HEX #197775 Elm

📋 copy color: '#197775'

red 25 ◦ green 119 ◦ blue 117

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

Shades of Elm #197775

Tints of Elm #197775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 44.83%

R = 9.58%
G = 45.59%
B = 44.83%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#197775 (or 0x197775) is known color: Elm. HEX triplet: 19, 77 and 75. RGB value is (25,119,117). Sum of RGB (Red+Green+Blue) = 25+119+117=261 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.58% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 119 - color contains mainly: green. Hex color #197775 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197775 is #E6888A. Grayscale: #5A5A5A. Windows color (decimal): -15108235 or 7698201. OLE color: 7698201.

HSL color Cylindrical-coordinate representation of color #197775: hue angle of 178.72º 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 #197775 is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 119 117 -
CMYK 0.79 0 0.02 0.53
HSL 178.72º 0.65% 0.28% -
HSV(B) 178.72º 0.79% 0.47% -
XYZ 10.21 14.68 19.13 -
YUV 90.67 142.86 81.16 -
System Red Green Blue C M Y K H S L
Decimal 25 119 117 0.79 0 0.02 0.53 178.72 0.65 0.28
Hex 19 77 75 4F 0 2 35 B3 41 1C
Octal 31 167 165 117 0 2 65 263 101 34
Binary 11001 1110111 1110101 1001111 0 10 110101 10110011 1000001 11100

Color Harmonies of #197775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197775

Black with #197775

Text Example


Text Example

White with #197775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197775; }

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

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

background-color css

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

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

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

border-color css

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

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

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