Html Css Color HEX #1B7674 Elm

📋 copy color: '#1B7674'

red 27 ◦ green 118 ◦ blue 116

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

Shades of Elm #1B7674

Tints of Elm #1B7674

RGB

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

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

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

R = 10.34%
G = 45.21%
B = 44.44%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#1B7674 (or 0x1B7674) is known color: Elm. HEX triplet: 1B, 76 and 74. RGB value is (27,118,116). Sum of RGB (Red+Green+Blue) = 27+118+116=261 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.34% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 118 - color contains mainly: green. Hex color #1B7674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7674 is #E4898B. Grayscale: #5A5A5A. Windows color (decimal): -14977420 or 7632411. OLE color: 7632411.

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

Color convert

RGB 27 118 116 -
CMYK 0.77 0 0.02 0.54
HSL 178.68º 0.63% 0.28% -
HSV(B) 178.68º 0.77% 0.46% -
XYZ 10.08 14.45 18.78 -
YUV 90.56 142.35 82.66 -
System Red Green Blue C M Y K H S L
Decimal 27 118 116 0.77 0 0.02 0.54 178.68 0.63 0.28
Hex 1B 76 74 4D 0 2 36 B3 3F 1C
Octal 33 166 164 115 0 2 66 263 77 34
Binary 11011 1110110 1110100 1001101 0 10 110110 10110011 111111 11100

Color Harmonies of #1B7674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B7674

Black with #1B7674

Text Example


Text Example

White with #1B7674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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