#266A07

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

Shades of Bilbao #266A07

Tints of Bilbao #266A07

Color information

#266A07 (or 0x266A07) is unknown color: approx Bilbao. HEX triplet: 26, 6A and 07. RGB value is (38,106,7). Sum of RGB (Red+Green+Blue) = 38+106+7=151 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25.17% from 151); Green value is 106 (41.80% from 255 or 70.20% from 151); Blue value is 7 (3.12% from 255 or 4.64% from 151); Max value from RGB is 106 - color contains mainly: green. Hex color #266A07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266A07 is #D995F8. Grayscale: #4A4A4A. Windows color (decimal): -14259705 or 485926. OLE color: 485926.

HSL color Cylindrical-coordinate representation of color #266A07: hue angle of 101.21º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #266A07 is Cyan = 0.64, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.

Color convert

RGB381067-
CMYK0.6400.930.58
HSL101.21º87.61%22.16%-
HSV(B)101.21º93.4%41.57%-
XYZ5.9910.741.96-
YUV74.3889.97102.05-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.17%
GREEN value IS 106 (41.80% from 255) = 70.20%
BLUE value IS 7 (3.12% from 255) = 4.64%
R=25.17%
G=70.20%
B=4.64%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3810670.6400.930.58101.2187.6122.16
Hex266A74005D3A655816
Octal46152710001357214513026
Binary10011011010101111000000010111011110101100101101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266A07; }

 p { color: rgb(38,106,7); }

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

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

 a { background-color: rgb(38,106,7); }

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

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

 span { border-color: rgb(38,106,7); }

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