Html Css Color HEX #27706D Elm

📋 copy color: '#27706D'

red 39 ◦ green 112 ◦ blue 109

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

Shades of Elm #27706D

Tints of Elm #27706D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 41.92%

R = 15%
G = 43.08%
B = 41.92%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#27706D (or 0x27706D) is known color: Elm. HEX triplet: 27, 70 and 6D. RGB value is (39,112,109). Sum of RGB (Red+Green+Blue) = 39+112+109=260 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 112 - color contains mainly: green. Hex color #27706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27706D is #D88F92. Grayscale: #595959. Windows color (decimal): -14192531 or 7172135. OLE color: 7172135.

HSL color Cylindrical-coordinate representation of color #27706D: hue angle of 177.53º 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 #27706D is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 39 112 109 -
CMYK 0.65 0 0.03 0.56
HSL 177.53º 0.48% 0.3% -
HSV(B) 177.53º 0.65% 0.44% -
XYZ 9.39 13.12 16.51 -
YUV 89.83 138.82 91.74 -
System Red Green Blue C M Y K H S L
Decimal 39 112 109 0.65 0 0.03 0.56 177.53 0.48 0.3
Hex 27 70 6D 41 0 3 38 B2 30 1E
Octal 47 160 155 101 0 3 70 262 60 36
Binary 100111 1110000 1101101 1000001 0 11 111000 10110010 110000 11110

Color Harmonies of #27706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27706D

Black with #27706D

Text Example


Text Example

White with #27706D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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