#27A670

Color #27A670 Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #27A670

Tints of Eucalyptus #27A670

Color information

#27A670 (or 0x27A670) is unknown color: approx Eucalyptus. HEX triplet: 27, A6 and 70. RGB value is (39,166,112). Sum of RGB (Red+Green+Blue) = 39+166+112=317 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.30% from 317); Green value is 166 (65.23% from 255 or 52.37% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 166 - color contains mainly: green. Hex color #27A670 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27A670 is #D8598F. Grayscale: #797979. Windows color (decimal): -14178704 or 7382567. OLE color: 7382567.

HSL color Cylindrical-coordinate representation of color #27A670: hue angle of 154.49º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27A670 is Cyan = 0.77, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB39166112-
CMYK0.7700.330.35
HSL154.49º61.95%40.2%-
HSV(B)154.49º76.51%65.1%-
XYZ17.428.8719.99-
YUV121.87122.4268.89-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.30%
GREEN value IS 166 (65.23% from 255) = 52.37%
BLUE value IS 112 (44.14% from 255) = 35.33%
R=12.30%
G=52.37%
B=35.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal391661120.7700.330.35154.4961.9540.2
Hex27A6704D021239a3e28
Octal47246160115041432327650
Binary1001111010011011100001001101010000110001110011010111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27A670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27A670; }

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

 H1.HeaderClassName
 {
   color: #27A670;
 }
 .AnyTagClassName
 {
   color: #27A670;
 }
</style>
background-color css

<style>
 a { background-color: #27A670; }

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

 div.DivClassName
 {
   background-color: #27A670;
 }
 .BgClassName
 {
   background-color: #27A670;
 }
</style>
border-color css

<style>
 span { border-color: #27A670; }

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

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