#064F1E

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

Shades of British Racing Green #064F1E

Tints of British Racing Green #064F1E

Color information

#064F1E (or 0x064F1E) is unknown color: approx British Racing Green. HEX triplet: 06, 4F and 1E. RGB value is (6,79,30). Sum of RGB (Red+Green+Blue) = 6+79+30=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 79 (31.25% from 255 or 68.70% from 115); Blue value is 30 (12.11% from 255 or 26.09% from 115); Max value from RGB is 79 - color contains mainly: green. Hex color #064F1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064F1E is #F9B0E1. Grayscale: #333333. Windows color (decimal): -16363746 or 1986310. OLE color: 1986310.

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

Color convert

RGB67930-
CMYK0.9200.620.69
HSL139.73º85.88%16.67%-
HSV(B)139.73º92.41%30.98%-
XYZ3.115.722.17-
YUV51.59115.8295.48-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.22%
GREEN value IS 79 (31.25% from 255) = 68.70%
BLUE value IS 30 (12.11% from 255) = 26.09%
R=5.22%
G=68.70%
B=26.09%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal679300.9200.620.69139.7385.8816.67
Hex64F1E5C03E458c5611
Octal61173613407610521412621
Binary11010011111111010111000111110100010110001100101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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