#1a7975

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

Shades of Elm #1A7975

Tints of Elm #1A7975

Color information

#1A7975 (or 0x1A7975) is unknown color: approx Elm. HEX triplet: 1A, 79 and 75. RGB value is (26,121,117). Sum of RGB (Red+Green+Blue) = 26+121+117=264 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.85% from 264); Green value is 121 (47.66% from 255 or 45.83% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 121 - color contains mainly: green. Hex color #1A7975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7975 is #E5868A. Grayscale: #5C5C5C. Windows color (decimal): -15042187 or 7698714. OLE color: 7698714.

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

Color convert

RGB26121117-
CMYK0.7900.030.53
HSL177.47º64.63%28.82%-
HSV(B)177.47º78.51%47.45%-
XYZ10.4715.1819.21-
YUV92.14142.0380.83-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.85%
GREEN value IS 121 (47.66% from 255) = 45.83%
BLUE value IS 117 (46.09% from 255) = 44.32%
R=9.85%
G=45.83%
B=44.32%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal261211170.7900.030.53177.4764.6328.82
Hex1A79754F0335b1411d
Octal32171165117036526110135
Binary1101011110011110101100111101111010110110001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a7975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1a7975; }

 p { color: rgb(26,121,117); }

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

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

 a { background-color: rgb(26,121,117); }

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

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

 span { border-color: rgb(26,121,117); }

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