Html Css Color HEX #27706C Elm

📋 copy color: '#27706C'

red 39 ◦ green 112 ◦ blue 108

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

Shades of Elm #27706C

Tints of Elm #27706C

RGB

 RED value IS 39 (15.63% from 255) = 15.06%

 GREEN value IS 112 (44.14% from 255) = 43.24%

 BLUE value IS 108 (42.58% from 255) = 41.7%

R = 15.06%
G = 43.24%
B = 41.7%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#27706C (or 0x27706C) is known color: Elm. HEX triplet: 27, 70 and 6C. RGB value is (39,112,108). Sum of RGB (Red+Green+Blue) = 39+112+108=259 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.06% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 112 - color contains mainly: green. Hex color #27706C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27706C is #D88F93. Grayscale: #595959. Windows color (decimal): -14192532 or 7106599. OLE color: 7106599.

HSL color Cylindrical-coordinate representation of color #27706C: hue angle of 176.71º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #27706C is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 39 112 108 -
CMYK 0.65 0 0.04 0.56
HSL 176.71º 0.48% 0.3% -
HSV(B) 176.71º 0.65% 0.44% -
XYZ 9.34 13.1 16.22 -
YUV 89.72 138.32 91.83 -
System Red Green Blue C M Y K H S L
Decimal 39 112 108 0.65 0 0.04 0.56 176.71 0.48 0.3
Hex 27 70 6C 41 0 4 38 B1 30 1E
Octal 47 160 154 101 0 4 70 261 60 36
Binary 100111 1110000 1101100 1000001 0 100 111000 10110001 110000 11110

Color Harmonies of #27706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27706C

Black with #27706C

Text Example


Text Example

White with #27706C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27706C; }

 p { color: rgb(39,112,108); }

 H1.HeaderClassName
 {
   color: #27706C;
 }
 .AnyTagClassName
 {
   color: #27706C;
 }
</style>

background-color css

<style>
 a { background-color: #27706C; }

 a { background-color: rgb(39,112,108); }

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

border-color css

<style>
 span { border-color: #27706C; }

 span { border-color: rgb(39,112,108); }

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