#064F27

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

Shades of British Racing Green #064F27

Tints of British Racing Green #064F27

Color information

#064F27 (or 0x064F27) is unknown color: approx British Racing Green. HEX triplet: 06, 4F and 27. RGB value is (6,79,39). Sum of RGB (Red+Green+Blue) = 6+79+39=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 79 (31.25% from 255 or 63.71% from 124); Blue value is 39 (15.62% from 255 or 31.45% from 124); Max value from RGB is 79 - color contains mainly: green. Hex color #064F27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064F27 is #F9B0D8. Grayscale: #343434. Windows color (decimal): -16363737 or 2576134. OLE color: 2576134.

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

Color convert

RGB67939-
CMYK0.9200.510.69
HSL147.12º85.88%16.67%-
HSV(B)147.12º92.41%30.98%-
XYZ3.245.782.86-
YUV52.61120.3294.75-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.84%
GREEN value IS 79 (31.25% from 255) = 63.71%
BLUE value IS 39 (15.62% from 255) = 31.45%
R=4.84%
G=63.71%
B=31.45%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal679390.9200.510.69147.1285.8816.67
Hex64F275C03345935611
Octal61174713406310522312621
Binary110100111110011110111000110011100010110010011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064F27; }

 p { color: rgb(6,79,39); }

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

<style>
 a { background-color: #064F27; }

 a { background-color: rgb(6,79,39); }

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

<style>
 span { border-color: #064F27; }

 span { border-color: rgb(6,79,39); }

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