Html Css Color HEX #1E7F75 Elm

📋 copy color: '#1E7F75'

red 30 ◦ green 127 ◦ blue 117

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

Shades of Elm #1E7F75

Tints of Elm #1E7F75

RGB

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

 GREEN value IS 127 (50% from 255) = 46.35%

 BLUE value IS 117 (46.09% from 255) = 42.7%

R = 10.95%
G = 46.35%
B = 42.7%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#1E7F75 (or 0x1E7F75) is known color: Elm. HEX triplet: 1E, 7F and 75. RGB value is (30,127,117). Sum of RGB (Red+Green+Blue) = 30+127+117=274 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.95% from 274); Green value is 127 (50% from 255 or 46.35% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 127 - color contains mainly: green. Hex color #1E7F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7F75 is #E1808A. Grayscale: #606060. Windows color (decimal): -14778507 or 7700254. OLE color: 7700254.

HSL color Cylindrical-coordinate representation of color #1E7F75: hue angle of 173.81º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E7F75 is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB 30 127 117 -
CMYK 0.76 0 0.08 0.50
HSL 173.81º 0.62% 0.31% -
HSV(B) 173.81º 0.76% 0.5% -
XYZ 11.34 16.74 19.46 -
YUV 96.86 139.36 80.31 -
System Red Green Blue C M Y K H S L
Decimal 30 127 117 0.76 0 0.08 0.50 173.81 0.62 0.31
Hex 1E 7F 75 4C 0 8 32 AE 3E 1F
Octal 36 177 165 114 0 10 62 256 76 37
Binary 11110 1111111 1110101 1001100 0 1000 110010 10101110 111110 11111

Color Harmonies of #1E7F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E7F75

Black with #1E7F75

Text Example


Text Example

White with #1E7F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,127,117); }

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

background-color css

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

 a { background-color: rgb(30,127,117); }

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

border-color css

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

 span { border-color: rgb(30,127,117); }

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