Html Css Color HEX #27766A Genoa

📋 copy color: '#27766A'

red 39 ◦ green 118 ◦ blue 106

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

Shades of Genoa #27766A

Tints of Genoa #27766A

RGB

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

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

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

R = 14.83%
G = 44.87%
B = 40.3%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#27766A (or 0x27766A) is known color: Genoa. HEX triplet: 27, 76 and 6A. RGB value is (39,118,106). Sum of RGB (Red+Green+Blue) = 39+118+106=263 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.83% from 263); Green value is 118 (46.48% from 255 or 44.87% from 263); Blue value is 106 (41.80% from 255 or 40.30% from 263); Max value from RGB is 118 - color contains mainly: green. Hex color #27766A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27766A is #D88995. Grayscale: #5C5C5C. Windows color (decimal): -14190998 or 6977063. OLE color: 6977063.

HSL color Cylindrical-coordinate representation of color #27766A: hue angle of 170.89º 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 #27766A is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 39 118 106 -
CMYK 0.67 0 0.10 0.54
HSL 170.89º 0.5% 0.31% -
HSV(B) 170.89º 0.67% 0.46% -
XYZ 9.92 14.43 15.9 -
YUV 93.01 135.33 89.48 -
System Red Green Blue C M Y K H S L
Decimal 39 118 106 0.67 0 0.10 0.54 170.89 0.5 0.31
Hex 27 76 6A 43 0 A 36 AB 32 1F
Octal 47 166 152 103 0 12 66 253 62 37
Binary 100111 1110110 1101010 1000011 0 1010 110110 10101011 110010 11111

Color Harmonies of #27766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27766A

Black with #27766A

Text Example


Text Example

White with #27766A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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