Html Css Color HEX #27766B Genoa

📋 copy color: '#27766B'

red 39 ◦ green 118 ◦ blue 107

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

Shades of Genoa #27766B

Tints of Genoa #27766B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 40.53%

R = 14.77%
G = 44.7%
B = 40.53%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#27766B (or 0x27766B) is known color: Genoa. HEX triplet: 27, 76 and 6B. RGB value is (39,118,107). Sum of RGB (Red+Green+Blue) = 39+118+107=264 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.77% from 264); Green value is 118 (46.48% from 255 or 44.70% from 264); Blue value is 107 (42.19% from 255 or 40.53% from 264); Max value from RGB is 118 - color contains mainly: green. Hex color #27766B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27766B is #D88994. Grayscale: #5D5D5D. Windows color (decimal): -14190997 or 7042599. OLE color: 7042599.

HSL color Cylindrical-coordinate representation of color #27766B: hue angle of 171.65º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #27766B is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 39 118 107 -
CMYK 0.67 0 0.09 0.54
HSL 171.65º 0.5% 0.31% -
HSV(B) 171.65º 0.67% 0.46% -
XYZ 9.97 14.45 16.17 -
YUV 93.13 135.83 89.39 -
System Red Green Blue C M Y K H S L
Decimal 39 118 107 0.67 0 0.09 0.54 171.65 0.5 0.31
Hex 27 76 6B 43 0 9 36 AC 32 1F
Octal 47 166 153 103 0 11 66 254 62 37
Binary 100111 1110110 1101011 1000011 0 1001 110110 10101100 110010 11111

Color Harmonies of #27766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27766B

Black with #27766B

Text Example


Text Example

White with #27766B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27766B; }

 p { color: rgb(39,118,107); }

 H1.HeaderClassName
 {
   color: #27766B;
 }
 .AnyTagClassName
 {
   color: #27766B;
 }
</style>

background-color css

<style>
 a { background-color: #27766B; }

 a { background-color: rgb(39,118,107); }

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

border-color css

<style>
 span { border-color: #27766B; }

 span { border-color: rgb(39,118,107); }

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