Html Css Color HEX #467F0A Bilbao

📋 copy color: '#467F0A'

red 70 ◦ green 127 ◦ blue 10

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

Shades of Bilbao #467F0A

Tints of Bilbao #467F0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.83%

R = 33.82%
G = 61.35%
B = 4.83%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.92

 K value IS 0.50

RGB Variations

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

Color information

#467F0A (or 0x467F0A) is known color: Bilbao. HEX triplet: 46, 7F and 0A. RGB value is (70,127,10). Sum of RGB (Red+Green+Blue) = 70+127+10=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 127 (50% from 255 or 61.35% from 207); Blue value is 10 (4.30% from 255 or 4.83% from 207); Max value from RGB is 127 - color contains mainly: green. Hex color #467F0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467F0A is #B980F5. Grayscale: #616161. Windows color (decimal): -12157174 or 687942. OLE color: 687942.

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

Color convert

RGB 70 127 10 -
CMYK 0.45 0 0.92 0.50
HSL 89.23º 0.85% 0.27% -
HSV(B) 89.23º 0.92% 0.5% -
XYZ 10.17 16.5 2.94 -
YUV 96.62 79.12 109.01 -
System Red Green Blue C M Y K H S L
Decimal 70 127 10 0.45 0 0.92 0.50 89.23 0.85 0.27
Hex 46 7F A 2D 0 5C 32 59 55 1B
Octal 106 177 12 55 0 134 62 131 125 33
Binary 1000110 1111111 1010 101101 0 1011100 110010 1011001 1010101 11011

Color Harmonies of #467F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467F0A

Black with #467F0A

Text Example


Text Example

White with #467F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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