Html Css Color HEX #197B76 Elm

📋 copy color: '#197B76'

red 25 ◦ green 123 ◦ blue 118

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

Shades of Elm #197B76

Tints of Elm #197B76

RGB

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

 GREEN value IS 123 (48.44% from 255) = 46.24%

 BLUE value IS 118 (46.48% from 255) = 44.36%

R = 9.4%
G = 46.24%
B = 44.36%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#197B76 (or 0x197B76) is known color: Elm. HEX triplet: 19, 7B and 76. RGB value is (25,123,118). Sum of RGB (Red+Green+Blue) = 25+123+118=266 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.40% from 266); Green value is 123 (48.44% from 255 or 46.24% from 266); Blue value is 118 (46.48% from 255 or 44.36% from 266); Max value from RGB is 123 - color contains mainly: green. Hex color #197B76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197B76 is #E68489. Grayscale: #5D5D5D. Windows color (decimal): -15107210 or 7764761. OLE color: 7764761.

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

Color convert

RGB 25 123 118 -
CMYK 0.80 0 0.04 0.52
HSL 176.94º 0.66% 0.29% -
HSV(B) 176.94º 0.8% 0.48% -
XYZ 10.75 15.68 19.6 -
YUV 93.13 142.03 79.41 -
System Red Green Blue C M Y K H S L
Decimal 25 123 118 0.80 0 0.04 0.52 176.94 0.66 0.29
Hex 19 7B 76 50 0 4 34 B1 42 1D
Octal 31 173 166 120 0 4 64 261 102 35
Binary 11001 1111011 1110110 1010000 0 100 110100 10110001 1000010 11101

Color Harmonies of #197B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197B76

Black with #197B76

Text Example


Text Example

White with #197B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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