Html Css Color HEX #27706A Genoa

📋 copy color: '#27706A'

red 39 ◦ green 112 ◦ blue 106

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

Shades of Genoa #27706A

Tints of Genoa #27706A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 41.25%

R = 15.18%
G = 43.58%
B = 41.25%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#27706A (or 0x27706A) is known color: Genoa. HEX triplet: 27, 70 and 6A. RGB value is (39,112,106). Sum of RGB (Red+Green+Blue) = 39+112+106=257 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.18% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 106 (41.80% from 255 or 41.25% from 257); Max value from RGB is 112 - color contains mainly: green. Hex color #27706A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27706A is #D88F95. Grayscale: #595959. Windows color (decimal): -14192534 or 6975527. OLE color: 6975527.

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

Color convert

RGB 39 112 106 -
CMYK 0.65 0 0.05 0.56
HSL 175.07º 0.48% 0.3% -
HSV(B) 175.07º 0.65% 0.44% -
XYZ 9.23 13.06 15.67 -
YUV 89.49 137.32 91.99 -
System Red Green Blue C M Y K H S L
Decimal 39 112 106 0.65 0 0.05 0.56 175.07 0.48 0.3
Hex 27 70 6A 41 0 5 38 AF 30 1E
Octal 47 160 152 101 0 5 70 257 60 36
Binary 100111 1110000 1101010 1000001 0 101 111000 10101111 110000 11110

Color Harmonies of #27706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27706A

Black with #27706A

Text Example


Text Example

White with #27706A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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