#06501B

Color #06501B British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #06501B

Tints of British Racing Green #06501B

Color information

#06501B (or 0x06501B) is unknown color: approx British Racing Green. HEX triplet: 06, 50 and 1B. RGB value is (6,80,27). Sum of RGB (Red+Green+Blue) = 6+80+27=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 80 (31.64% from 255 or 70.80% from 113); Blue value is 27 (10.94% from 255 or 23.89% from 113); Max value from RGB is 80 - color contains mainly: green. Hex color #06501B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06501B is #F9AFE4. Grayscale: #333333. Windows color (decimal): -16363493 or 1789958. OLE color: 1789958.

HSL color Cylindrical-coordinate representation of color #06501B: hue angle of 137.03º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06501B is Cyan = 0.92, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB68027-
CMYK0.9200.660.69
HSL137.03º86.05%16.86%-
HSV(B)137.03º92.5%31.37%-
XYZ3.145.862-
YUV51.83113.9895.31-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.31%
GREEN value IS 80 (31.64% from 255) = 70.80%
BLUE value IS 27 (10.94% from 255) = 23.89%
R=5.31%
G=70.80%
B=23.89%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal680270.9200.660.69137.0386.0516.86
Hex6501B5C04245895611
Octal612033134010210521112621
Binary110101000011011101110001000010100010110001001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06501B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06501B; }

 p { color: rgb(6,80,27); }

 H1.HeaderClassName
 {
   color: #06501B;
 }
 .AnyTagClassName
 {
   color: #06501B;
 }
</style>
background-color css

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

 a { background-color: rgb(6,80,27); }

 div.DivClassName
 {
   background-color: #06501B;
 }
 .BgClassName
 {
   background-color: #06501B;
 }
</style>
border-color css

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

 span { border-color: rgb(6,80,27); }

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