#064E21

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

Shades of British Racing Green #064E21

Tints of British Racing Green #064E21

Color information

#064E21 (or 0x064E21) is unknown color: approx British Racing Green. HEX triplet: 06, 4E and 21. RGB value is (6,78,33). Sum of RGB (Red+Green+Blue) = 6+78+33=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 78 (30.86% from 255 or 66.67% from 117); Blue value is 33 (13.28% from 255 or 28.21% from 117); Max value from RGB is 78 - color contains mainly: green. Hex color #064E21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064E21 is #F9B1DE. Grayscale: #333333. Windows color (decimal): -16363999 or 2182662. OLE color: 2182662.

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

Color convert

RGB67833-
CMYK0.9200.580.69
HSL142.5º85.71%16.47%-
HSV(B)142.5º92.31%30.59%-
XYZ3.075.62.36-
YUV51.34117.6595.66-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.13%
GREEN value IS 78 (30.86% from 255) = 66.67%
BLUE value IS 33 (13.28% from 255) = 28.21%
R=5.13%
G=66.67%
B=28.21%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal678330.9200.580.69142.585.7116.47
Hex64E215C03A458e5610
Octal61164113407210521612620
Binary110100111010000110111000111010100010110001110101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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