Html Css Color HEX #1A7674 Elm

📋 copy color: '#1A7674'

red 26 ◦ green 118 ◦ blue 116

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

Shades of Elm #1A7674

Tints of Elm #1A7674

RGB

 RED value IS 26 (10.55% from 255) = 10%

 GREEN value IS 118 (46.48% from 255) = 45.38%

 BLUE value IS 116 (45.7% from 255) = 44.62%

R = 10%
G = 45.38%
B = 44.62%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#1A7674 (or 0x1A7674) is known color: Elm. HEX triplet: 1A, 76 and 74. RGB value is (26,118,116). Sum of RGB (Red+Green+Blue) = 26+118+116=260 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10% from 260); Green value is 118 (46.48% from 255 or 45.38% from 260); Blue value is 116 (45.70% from 255 or 44.62% from 260); Max value from RGB is 118 - color contains mainly: green. Hex color #1A7674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7674 is #E5898B. Grayscale: #5A5A5A. Windows color (decimal): -15042956 or 7632410. OLE color: 7632410.

HSL color Cylindrical-coordinate representation of color #1A7674: hue angle of 178.7º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A7674 is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 26 118 116 -
CMYK 0.78 0 0.02 0.54
HSL 178.7º 0.64% 0.28% -
HSV(B) 178.7º 0.78% 0.46% -
XYZ 10.06 14.44 18.78 -
YUV 90.26 142.52 82.16 -
System Red Green Blue C M Y K H S L
Decimal 26 118 116 0.78 0 0.02 0.54 178.7 0.64 0.28
Hex 1A 76 74 4E 0 2 36 B3 40 1C
Octal 32 166 164 116 0 2 66 263 100 34
Binary 11010 1110110 1110100 1001110 0 10 110110 10110011 1000000 11100

Color Harmonies of #1A7674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7674

Black with #1A7674

Text Example


Text Example

White with #1A7674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,118,116); }

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

background-color css

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

 a { background-color: rgb(26,118,116); }

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

border-color css

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

 span { border-color: rgb(26,118,116); }

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