#064E20

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

Shades of British Racing Green #064E20

Tints of British Racing Green #064E20

Color information

#064E20 (or 0x064E20) is unknown color: approx British Racing Green. HEX triplet: 06, 4E and 20. RGB value is (6,78,32). Sum of RGB (Red+Green+Blue) = 6+78+32=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 78 (30.86% from 255 or 67.24% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 78 - color contains mainly: green. Hex color #064E20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064E20 is #F9B1DF. Grayscale: #333333. Windows color (decimal): -16364000 or 2117126. OLE color: 2117126.

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

Color convert

RGB67832-
CMYK0.9200.590.69
HSL141.67º85.71%16.47%-
HSV(B)141.67º92.31%30.59%-
XYZ3.065.592.28-
YUV51.23117.1595.74-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.17%
GREEN value IS 78 (30.86% from 255) = 67.24%
BLUE value IS 32 (12.89% from 255) = 27.59%
R=5.17%
G=67.24%
B=27.59%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal678320.9200.590.69141.6785.7116.47
Hex64E205C03B458e5610
Octal61164013407310521612620
Binary110100111010000010111000111011100010110001110101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,78,32); }

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

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

 a { background-color: rgb(6,78,32); }

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

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

 span { border-color: rgb(6,78,32); }

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