Html Css Color HEX #1B7F74 Elm

📋 copy color: '#1B7F74'

red 27 ◦ green 127 ◦ blue 116

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

Shades of Elm #1B7F74

Tints of Elm #1B7F74

RGB

 RED value IS 27 (10.94% from 255) = 10%

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

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

R = 10%
G = 47.04%
B = 42.96%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#1B7F74 (or 0x1B7F74) is known color: Elm. HEX triplet: 1B, 7F and 74. RGB value is (27,127,116). Sum of RGB (Red+Green+Blue) = 27+127+116=270 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10% from 270); Green value is 127 (50% from 255 or 47.04% from 270); Blue value is 116 (45.70% from 255 or 42.96% from 270); Max value from RGB is 127 - color contains mainly: green. Hex color #1B7F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7F74 is #E4808B. Grayscale: #5F5F5F. Windows color (decimal): -14975116 or 7634715. OLE color: 7634715.

HSL color Cylindrical-coordinate representation of color #1B7F74: hue angle of 173.4º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B7F74 is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 27 127 116 -
CMYK 0.79 0 0.09 0.50
HSL 173.4º 0.65% 0.3% -
HSV(B) 173.4º 0.79% 0.5% -
XYZ 11.19 16.67 19.15 -
YUV 95.85 139.37 78.89 -
System Red Green Blue C M Y K H S L
Decimal 27 127 116 0.79 0 0.09 0.50 173.4 0.65 0.3
Hex 1B 7F 74 4F 0 9 32 AD 41 1E
Octal 33 177 164 117 0 11 62 255 101 36
Binary 11011 1111111 1110100 1001111 0 1001 110010 10101101 1000001 11110

Color Harmonies of #1B7F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B7F74

Black with #1B7F74

Text Example


Text Example

White with #1B7F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,127,116); }

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

background-color css

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

 a { background-color: rgb(27,127,116); }

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

border-color css

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

 span { border-color: rgb(27,127,116); }

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