Html Css Color HEX #468701 Bilbao

📋 copy color: '#468701'

red 70 ◦ green 135 ◦ blue 1

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

Shades of Bilbao #468701

Tints of Bilbao #468701

RGB

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

 GREEN value IS 135 (53.13% from 255) = 65.53%

 BLUE value IS 1 (0.78% from 255) = 0.49%

R = 33.98%
G = 65.53%
B = 0.49%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#468701 (or 0x468701) is known color: Bilbao. HEX triplet: 46, 87 and 01. RGB value is (70,135,1). Sum of RGB (Red+Green+Blue) = 70+135+1=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 135 (53.12% from 255 or 65.53% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 135 - color contains mainly: green. Hex color #468701 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468701 is #B978FE. Grayscale: #646464. Windows color (decimal): -12155135 or 100166. OLE color: 100166.

HSL color Cylindrical-coordinate representation of color #468701: hue angle of 89.1º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #468701 is Cyan = 0.48, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 135 1 -
CMYK 0.48 0 0.99 0.47
HSL 89.1º 0.99% 0.27% -
HSV(B) 89.1º 0.99% 0.53% -
XYZ 11.2 18.63 3.04 -
YUV 100.29 71.97 106.4 -
System Red Green Blue C M Y K H S L
Decimal 70 135 1 0.48 0 0.99 0.47 89.1 0.99 0.27
Hex 46 87 1 30 0 63 2F 59 63 1B
Octal 106 207 1 60 0 143 57 131 143 33
Binary 1000110 10000111 1 110000 0 1100011 101111 1011001 1100011 11011

Color Harmonies of #468701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468701

Black with #468701

Text Example


Text Example

White with #468701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468701; }

 p { color: rgb(70,135,1); }

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

background-color css

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

 a { background-color: rgb(70,135,1); }

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

border-color css

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

 span { border-color: rgb(70,135,1); }

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