#256F07

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

Shades of Bilbao #256F07

Tints of Bilbao #256F07

Color information

#256F07 (or 0x256F07) is unknown color: approx Bilbao. HEX triplet: 25, 6F and 07. RGB value is (37,111,7). Sum of RGB (Red+Green+Blue) = 37+111+7=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 111 (43.75% from 255 or 71.61% from 155); Blue value is 7 (3.12% from 255 or 4.52% from 155); Max value from RGB is 111 - color contains mainly: green. Hex color #256F07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256F07 is #DA90F8. Grayscale: #4D4D4D. Windows color (decimal): -14323961 or 487205. OLE color: 487205.

HSL color Cylindrical-coordinate representation of color #256F07: hue angle of 102.69º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #256F07 is Cyan = 0.67, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB371117-
CMYK0.6700.940.56
HSL102.69º88.14%23.14%-
HSV(B)102.69º93.69%43.53%-
XYZ6.4911.782.13-
YUV77.0288.4899.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.87%
GREEN value IS 111 (43.75% from 255) = 71.61%
BLUE value IS 7 (3.12% from 255) = 4.52%
R=23.87%
G=71.61%
B=4.52%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3711170.6700.940.56102.6988.1423.14
Hex256F74305E38675817
Octal45157710301367014713027
Binary10010111011111111000011010111101110001100111101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256F07; }

 p { color: rgb(37,111,7); }

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

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

 a { background-color: rgb(37,111,7); }

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

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

 span { border-color: rgb(37,111,7); }

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