#06501A

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

Shades of British Racing Green #06501A

Tints of British Racing Green #06501A

Color information

#06501A (or 0x06501A) is unknown color: approx British Racing Green. HEX triplet: 06, 50 and 1A. RGB value is (6,80,26). Sum of RGB (Red+Green+Blue) = 6+80+26=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 80 (31.64% from 255 or 71.43% from 112); Blue value is 26 (10.55% from 255 or 23.21% from 112); Max value from RGB is 80 - color contains mainly: green. Hex color #06501A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06501A is #F9AFE5. Grayscale: #333333. Windows color (decimal): -16363494 or 1724422. OLE color: 1724422.

HSL color Cylindrical-coordinate representation of color #06501A: hue angle of 136.22º 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 #06501A is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB68026-
CMYK0.9200.670.69
HSL136.22º86.05%16.86%-
HSV(B)136.22º92.5%31.37%-
XYZ3.135.851.94-
YUV51.72113.4895.39-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.36%
GREEN value IS 80 (31.64% from 255) = 71.43%
BLUE value IS 26 (10.55% from 255) = 23.21%
R=5.36%
G=71.43%
B=23.21%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal680260.9200.670.69136.2286.0516.86
Hex6501A5C04345885611
Octal612032134010310521012621
Binary110101000011010101110001000011100010110001000101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06501A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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