Html Css Color HEX #18766F Elm

📋 copy color: '#18766F'

red 24 ◦ green 118 ◦ blue 111

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

Shades of Elm #18766F

Tints of Elm #18766F

RGB

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

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

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

R = 9.49%
G = 46.64%
B = 43.87%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#18766F (or 0x18766F) is known color: Elm. HEX triplet: 18, 76 and 6F. RGB value is (24,118,111). Sum of RGB (Red+Green+Blue) = 24+118+111=253 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.49% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 111 (43.75% from 255 or 43.87% from 253); Max value from RGB is 118 - color contains mainly: green. Hex color #18766F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18766F is #E78990. Grayscale: #595959. Windows color (decimal): -15174033 or 7304728. OLE color: 7304728.

HSL color Cylindrical-coordinate representation of color #18766F: hue angle of 175.53º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18766F is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 24 118 111 -
CMYK 0.80 0 0.06 0.54
HSL 175.53º 0.66% 0.28% -
HSV(B) 175.53º 0.8% 0.46% -
XYZ 9.72 14.3 17.29 -
YUV 89.1 140.36 81.57 -
System Red Green Blue C M Y K H S L
Decimal 24 118 111 0.80 0 0.06 0.54 175.53 0.66 0.28
Hex 18 76 6F 50 0 6 36 B0 42 1C
Octal 30 166 157 120 0 6 66 260 102 34
Binary 11000 1110110 1101111 1010000 0 110 110110 10110000 1000010 11100

Color Harmonies of #18766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18766F

Black with #18766F

Text Example


Text Example

White with #18766F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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