Html Css Color HEX #1E776F Elm

📋 copy color: '#1E776F'

red 30 ◦ green 119 ◦ blue 111

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

Shades of Elm #1E776F

Tints of Elm #1E776F

RGB

 RED value IS 30 (12.11% from 255) = 11.54%

 GREEN value IS 119 (46.88% from 255) = 45.77%

 BLUE value IS 111 (43.75% from 255) = 42.69%

R = 11.54%
G = 45.77%
B = 42.69%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#1E776F (or 0x1E776F) is known color: Elm. HEX triplet: 1E, 77 and 6F. RGB value is (30,119,111). Sum of RGB (Red+Green+Blue) = 30+119+111=260 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.54% from 260); Green value is 119 (46.88% from 255 or 45.77% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 119 - color contains mainly: green. Hex color #1E776F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E776F is #E18890. Grayscale: #5B5B5B. Windows color (decimal): -14780561 or 7304990. OLE color: 7304990.

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

Color convert

RGB 30 119 111 -
CMYK 0.75 0 0.07 0.53
HSL 174.61º 0.6% 0.29% -
HSV(B) 174.61º 0.75% 0.47% -
XYZ 10 14.62 17.33 -
YUV 91.48 139.01 84.15 -
System Red Green Blue C M Y K H S L
Decimal 30 119 111 0.75 0 0.07 0.53 174.61 0.6 0.29
Hex 1E 77 6F 4B 0 7 35 AF 3C 1D
Octal 36 167 157 113 0 7 65 257 74 35
Binary 11110 1110111 1101111 1001011 0 111 110101 10101111 111100 11101

Color Harmonies of #1E776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E776F

Black with #1E776F

Text Example


Text Example

White with #1E776F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,119,111); }

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

background-color css

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

 a { background-color: rgb(30,119,111); }

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

border-color css

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

 span { border-color: rgb(30,119,111); }

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