#197A75

Color #197A75 Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #197A75

Tints of Elm #197A75

Color information

#197A75 (or 0x197A75) is unknown color: approx Elm. HEX triplet: 19, 7A and 75. RGB value is (25,122,117). Sum of RGB (Red+Green+Blue) = 25+122+117=264 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.47% from 264); Green value is 122 (48.05% from 255 or 46.21% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 122 - color contains mainly: green. Hex color #197A75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197A75 is #E6858A. Grayscale: #5C5C5C. Windows color (decimal): -15107467 or 7698969. OLE color: 7698969.

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

Color convert

RGB25122117-
CMYK0.8000.040.52
HSL176.91º65.99%28.82%-
HSV(B)176.91º79.51%47.84%-
XYZ10.5715.4119.25-
YUV92.43141.8679.91-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.47%
GREEN value IS 122 (48.05% from 255) = 46.21%
BLUE value IS 117 (46.09% from 255) = 44.32%
R=9.47%
G=46.21%
B=44.32%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal251221170.8000.040.52176.9165.9928.82
Hex197A75500434b1421d
Octal31172165120046426110235
Binary11001111101011101011010000010011010010110001100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #197A75;
 }
 .AnyTagClassName
 {
   color: #197A75;
 }
</style>
background-color css

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

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

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

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

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

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