#06511F

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

Shades of British Racing Green #06511F

Tints of British Racing Green #06511F

Color information

#06511F (or 0x06511F) is unknown color: approx British Racing Green. HEX triplet: 06, 51 and 1F. RGB value is (6,81,31). Sum of RGB (Red+Green+Blue) = 6+81+31=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 81 (32.03% from 255 or 68.64% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 81 - color contains mainly: green. Hex color #06511F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06511F is #F9AEE0. Grayscale: #353535. Windows color (decimal): -16363233 or 2052358. OLE color: 2052358.

HSL color Cylindrical-coordinate representation of color #06511F: hue angle of 140º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06511F is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB68131-
CMYK0.9300.620.68
HSL140º86.21%17.06%-
HSV(B)140º92.59%31.76%-
XYZ3.266.022.29-
YUV52.87115.6594.57-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.08%
GREEN value IS 81 (32.03% from 255) = 68.64%
BLUE value IS 31 (12.5% from 255) = 26.27%
R=5.08%
G=68.64%
B=26.27%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal681310.9300.620.6814086.2117.06
Hex6511F5D03E448c5611
Octal61213713507610421412621
Binary11010100011111110111010111110100010010001100101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06511F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,81,31); }

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

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

 a { background-color: rgb(6,81,31); }

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

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

 span { border-color: rgb(6,81,31); }

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