#276607

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

Shades of Bilbao #276607

Tints of Bilbao #276607

Color information

#276607 (or 0x276607) is unknown color: approx Bilbao. HEX triplet: 27, 66 and 07. RGB value is (39,102,7). Sum of RGB (Red+Green+Blue) = 39+102+7=148 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.35% from 148); Green value is 102 (40.23% from 255 or 68.92% from 148); Blue value is 7 (3.12% from 255 or 4.73% from 148); Max value from RGB is 102 - color contains mainly: green. Hex color #276607 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #276607 is #D899F8. Grayscale: #484848. Windows color (decimal): -14195193 or 484903. OLE color: 484903.

HSL color Cylindrical-coordinate representation of color #276607: hue angle of 99.79º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #276607 is Cyan = 0.62, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.6.

Color convert

RGB391027-
CMYK0.6200.930.6
HSL99.79º87.16%21.37%-
HSV(B)99.79º93.14%40%-
XYZ5.639.951.82-
YUV72.3391.13104.22-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.35%
GREEN value IS 102 (40.23% from 255) = 68.92%
BLUE value IS 7 (3.12% from 255) = 4.73%
R=26.35%
G=68.92%
B=4.73%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal3910270.6200.930.699.7987.1621.37
Hex276673E05D3C645715
Octal4714677601357414412725
Binary1001111100110111111110010111011111001100100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276607; }

 p { color: rgb(39,102,7); }

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

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

 a { background-color: rgb(39,102,7); }

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

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

 span { border-color: rgb(39,102,7); }

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