#467A07

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

Shades of Bilbao #467A07

Tints of Bilbao #467A07

Color information

#467A07 (or 0x467A07) is unknown color: approx Bilbao. HEX triplet: 46, 7A and 07. RGB value is (70,122,7). Sum of RGB (Red+Green+Blue) = 70+122+7=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 122 (48.05% from 255 or 61.31% from 199); Blue value is 7 (3.12% from 255 or 3.52% from 199); Max value from RGB is 122 - color contains mainly: green. Hex color #467A07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467A07 is #B985F8. Grayscale: #5D5D5D. Windows color (decimal): -12158457 or 490054. OLE color: 490054.

HSL color Cylindrical-coordinate representation of color #467A07: hue angle of 87.13º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #467A07 is Cyan = 0.43, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.52.

Color convert

RGB701227-
CMYK0.4300.940.52
HSL87.13º89.15%25.29%-
HSV(B)87.13º94.26%47.84%-
XYZ9.5215.242.64-
YUV93.3479.27111.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.18%
GREEN value IS 122 (48.05% from 255) = 61.31%
BLUE value IS 7 (3.12% from 255) = 3.52%
R=35.18%
G=61.31%
B=3.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7012270.4300.940.5287.1389.1525.29
Hex467A72B05E34575919
Octal10617275301366412713131
Binary10001101111010111101011010111101101001010111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,122,7); }

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

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

 a { background-color: rgb(70,122,7); }

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

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

 span { border-color: rgb(70,122,7); }

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