#276C69

Color #276C69 Genoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Genoa #276C69

Tints of Genoa #276C69

Color information

#276C69 (or 0x276C69) is unknown color: approx Genoa. HEX triplet: 27, 6C and 69. RGB value is (39,108,105). Sum of RGB (Red+Green+Blue) = 39+108+105=252 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.48% from 252); Green value is 108 (42.58% from 255 or 42.86% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 108 - color contains mainly: green. Hex color #276C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276C69 is #D89396. Grayscale: #565656. Windows color (decimal): -14193559 or 6908967. OLE color: 6908967.

HSL color Cylindrical-coordinate representation of color #276C69: hue angle of 177.39º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #276C69 is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB39108105-
CMYK0.6400.030.58
HSL177.39º46.94%28.82%-
HSV(B)177.39º63.89%42.35%-
XYZ8.7512.1815.25-
YUV87.03138.1493.74-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.48%
GREEN value IS 108 (42.58% from 255) = 42.86%
BLUE value IS 105 (41.41% from 255) = 41.67%
R=15.48%
G=42.86%
B=41.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal391081050.6400.030.58177.3946.9428.82
Hex276C6940033Ab12f1d
Octal4715415110003722615735
Binary1001111101100110100110000000111110101011000110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276C69; }

 p { color: rgb(39,108,105); }

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

<style>
 a { background-color: #276C69; }

 a { background-color: rgb(39,108,105); }

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

<style>
 span { border-color: #276C69; }

 span { border-color: rgb(39,108,105); }

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