Html Css Color HEX #42760F Bilbao

📋 copy color: '#42760F'

red 66 ◦ green 118 ◦ blue 15

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

Shades of Bilbao #42760F

Tints of Bilbao #42760F

RGB

 RED value IS 66 (26.17% from 255) = 33.17%

 GREEN value IS 118 (46.48% from 255) = 59.3%

 BLUE value IS 15 (6.25% from 255) = 7.54%

R = 33.17%
G = 59.3%
B = 7.54%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#42760F (or 0x42760F) is known color: Bilbao. HEX triplet: 42, 76 and 0F. RGB value is (66,118,15). Sum of RGB (Red+Green+Blue) = 66+118+15=199 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.17% from 199); Green value is 118 (46.48% from 255 or 59.30% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 118 - color contains mainly: green. Hex color #42760F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42760F is #BD89F0. Grayscale: #5B5B5B. Windows color (decimal): -12421617 or 1013314. OLE color: 1013314.

HSL color Cylindrical-coordinate representation of color #42760F: hue angle of 90.29º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #42760F is Cyan = 0.44, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 118 15 -
CMYK 0.44 0 0.87 0.54
HSL 90.29º 0.77% 0.26% -
HSV(B) 90.29º 0.87% 0.46% -
XYZ 8.81 14.15 2.72 -
YUV 90.71 85.27 110.38 -
System Red Green Blue C M Y K H S L
Decimal 66 118 15 0.44 0 0.87 0.54 90.29 0.77 0.26
Hex 42 76 F 2C 0 57 36 5A 4D 1A
Octal 102 166 17 54 0 127 66 132 115 32
Binary 1000010 1110110 1111 101100 0 1010111 110110 1011010 1001101 11010

Color Harmonies of #42760F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42760F

Black with #42760F

Text Example


Text Example

White with #42760F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42760F; }

 p { color: rgb(66,118,15); }

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

background-color css

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

 a { background-color: rgb(66,118,15); }

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

border-color css

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

 span { border-color: rgb(66,118,15); }

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