#197675

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

Shades of Elm #197675

Tints of Elm #197675

Color information

#197675 (or 0x197675) is unknown color: approx Elm. HEX triplet: 19, 76 and 75. RGB value is (25,118,117). Sum of RGB (Red+Green+Blue) = 25+118+117=260 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.62% from 260); Green value is 118 (46.48% from 255 or 45.38% from 260); Blue value is 117 (46.09% from 255 or 45% from 260); Max value from RGB is 118 - color contains mainly: green. Hex color #197675 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197675 is #E6898A. Grayscale: #595959. Windows color (decimal): -15108491 or 7697945. OLE color: 7697945.

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

Color convert

RGB25118117-
CMYK0.7900.010.54
HSL179.35º65.03%28.04%-
HSV(B)179.35º78.81%46.27%-
XYZ10.0914.4519.09-
YUV90.08143.1981.58-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.62%
GREEN value IS 118 (46.48% from 255) = 45.38%
BLUE value IS 117 (46.09% from 255) = 45%
R=9.62%
G=45.38%
B=45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal251181170.7900.010.54179.3565.0328.04
Hex1976754F0136b3411c
Octal31166165117016626310134
Binary110011110110111010110011110111011010110011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197675; }

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

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

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

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

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

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

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

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