Html Css Color HEX #468709 Bilbao

📋 copy color: '#468709'

red 70 ◦ green 135 ◦ blue 9

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

Shades of Bilbao #468709

Tints of Bilbao #468709

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.21%

R = 32.71%
G = 63.08%
B = 4.21%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#468709 (or 0x468709) is known color: Bilbao. HEX triplet: 46, 87 and 09. RGB value is (70,135,9). Sum of RGB (Red+Green+Blue) = 70+135+9=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 135 (53.12% from 255 or 63.08% from 214); Blue value is 9 (3.91% from 255 or 4.21% from 214); Max value from RGB is 135 - color contains mainly: green. Hex color #468709 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468709 is #B978F6. Grayscale: #656565. Windows color (decimal): -12155127 or 624454. OLE color: 624454.

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

Color convert

RGB 70 135 9 -
CMYK 0.48 0 0.93 0.47
HSL 90.95º 0.88% 0.28% -
HSV(B) 90.95º 0.93% 0.53% -
XYZ 11.24 18.65 3.27 -
YUV 101.2 75.97 105.75 -
System Red Green Blue C M Y K H S L
Decimal 70 135 9 0.48 0 0.93 0.47 90.95 0.88 0.28
Hex 46 87 9 30 0 5D 2F 5B 58 1C
Octal 106 207 11 60 0 135 57 133 130 34
Binary 1000110 10000111 1001 110000 0 1011101 101111 1011011 1011000 11100

Color Harmonies of #468709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468709

Black with #468709

Text Example


Text Example

White with #468709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468709; }

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

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

background-color css

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

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

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

border-color css

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

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

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