#06512E

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

Shades of British Racing Green #06512E

Tints of British Racing Green #06512E

Color information

#06512E (or 0x06512E) is unknown color: approx British Racing Green. HEX triplet: 06, 51 and 2E. RGB value is (6,81,46). Sum of RGB (Red+Green+Blue) = 6+81+46=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 81 (32.03% from 255 or 60.90% from 133); Blue value is 46 (18.36% from 255 or 34.59% from 133); Max value from RGB is 81 - color contains mainly: green. Hex color #06512E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06512E is #F9AED1. Grayscale: #363636. Windows color (decimal): -16363218 or 3035398. OLE color: 3035398.

HSL color Cylindrical-coordinate representation of color #06512E: hue angle of 152º 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 #06512E is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.68.

Color convert

RGB68146-
CMYK0.9300.430.68
HSL152º86.21%17.06%-
HSV(B)152º92.59%31.76%-
XYZ3.516.123.58-
YUV54.58123.1593.35-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.51%
GREEN value IS 81 (32.03% from 255) = 60.90%
BLUE value IS 46 (18.36% from 255) = 34.59%
R=4.51%
G=60.90%
B=34.59%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal681460.9300.430.6815286.2117.06
Hex6512E5D02B44985611
Octal61215613505310423012621
Binary110101000110111010111010101011100010010011000101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06512E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06512E; }

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

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

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

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

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

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

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

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