Html Css Color HEX #18746F Elm

📋 copy color: '#18746F'

red 24 ◦ green 116 ◦ blue 111

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

Shades of Elm #18746F

Tints of Elm #18746F

RGB

 RED value IS 24 (9.77% from 255) = 9.56%

 GREEN value IS 116 (45.7% from 255) = 46.22%

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

R = 9.56%
G = 46.22%
B = 44.22%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#18746F (or 0x18746F) is known color: Elm. HEX triplet: 18, 74 and 6F. RGB value is (24,116,111). Sum of RGB (Red+Green+Blue) = 24+116+111=251 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.56% from 251); Green value is 116 (45.70% from 255 or 46.22% from 251); Blue value is 111 (43.75% from 255 or 44.22% from 251); Max value from RGB is 116 - color contains mainly: green. Hex color #18746F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18746F is #E78B90. Grayscale: #575757. Windows color (decimal): -15174545 or 7304216. OLE color: 7304216.

HSL color Cylindrical-coordinate representation of color #18746F: hue angle of 176.74º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18746F is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 24 116 111 -
CMYK 0.79 0 0.04 0.55
HSL 176.74º 0.66% 0.27% -
HSV(B) 176.74º 0.79% 0.45% -
XYZ 9.49 13.83 17.21 -
YUV 87.92 141.02 82.41 -
System Red Green Blue C M Y K H S L
Decimal 24 116 111 0.79 0 0.04 0.55 176.74 0.66 0.27
Hex 18 74 6F 4F 0 4 37 B1 42 1B
Octal 30 164 157 117 0 4 67 261 102 33
Binary 11000 1110100 1101111 1001111 0 100 110111 10110001 1000010 11011

Color Harmonies of #18746F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18746F

Black with #18746F

Text Example


Text Example

White with #18746F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18746F; }

 p { color: rgb(24,116,111); }

 H1.HeaderClassName
 {
   color: #18746F;
 }
 .AnyTagClassName
 {
   color: #18746F;
 }
</style>

background-color css

<style>
 a { background-color: #18746F; }

 a { background-color: rgb(24,116,111); }

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

border-color css

<style>
 span { border-color: #18746F; }

 span { border-color: rgb(24,116,111); }

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