Html Css Color HEX #467F10 Bilbao

📋 copy color: '#467F10'

red 70 ◦ green 127 ◦ blue 16

#467F10
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #467F10

Tints of Bilbao #467F10

RGB

 RED value IS 70 (27.73% from 255) = 32.86%

 GREEN value IS 127 (50% from 255) = 59.62%

 BLUE value IS 16 (6.64% from 255) = 7.51%

R = 32.86%
G = 59.62%
B = 7.51%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#467F10 (or 0x467F10) is known color: Bilbao. HEX triplet: 46, 7F and 10. RGB value is (70,127,16). Sum of RGB (Red+Green+Blue) = 70+127+16=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 127 (50% from 255 or 59.62% from 213); Blue value is 16 (6.64% from 255 or 7.51% from 213); Max value from RGB is 127 - color contains mainly: green. Hex color #467F10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467F10 is #B980EF. Grayscale: #616161. Windows color (decimal): -12157168 or 1081158. OLE color: 1081158.

HSL color Cylindrical-coordinate representation of color #467F10: hue angle of 90.81º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #467F10 is Cyan = 0.45, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 127 16 -
CMYK 0.45 0 0.87 0.50
HSL 90.81º 0.78% 0.28% -
HSV(B) 90.81º 0.87% 0.5% -
XYZ 10.21 16.52 3.14 -
YUV 97.3 82.12 108.53 -
System Red Green Blue C M Y K H S L
Decimal 70 127 16 0.45 0 0.87 0.50 90.81 0.78 0.28
Hex 46 7F 10 2D 0 57 32 5B 4E 1C
Octal 106 177 20 55 0 127 62 133 116 34
Binary 1000110 1111111 10000 101101 0 1010111 110010 1011011 1001110 11100

Color Harmonies of #467F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467F10

Black with #467F10

Text Example


Text Example

White with #467F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,127,16); }

 H1.HeaderClassName
 {
   color: #467F10;
 }
 .AnyTagClassName
 {
   color: #467F10;
 }
</style>

background-color css

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

 a { background-color: rgb(70,127,16); }

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

border-color css

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

 span { border-color: rgb(70,127,16); }

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