#064721

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

Shades of British Racing Green #064721

Tints of British Racing Green #064721

Color information

#064721 (or 0x064721) is unknown color: approx British Racing Green. HEX triplet: 06, 47 and 21. RGB value is (6,71,33). Sum of RGB (Red+Green+Blue) = 6+71+33=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 71 (28.12% from 255 or 64.55% from 110); Blue value is 33 (13.28% from 255 or 30% from 110); Max value from RGB is 71 - color contains mainly: green. Hex color #064721 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064721 is #F9B8DE. Grayscale: #2F2F2F. Windows color (decimal): -16365791 or 2180870. OLE color: 2180870.

HSL color Cylindrical-coordinate representation of color #064721: hue angle of 144.92º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064721 is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.72.

Color convert

RGB67133-
CMYK0.9200.540.72
HSL144.92º84.42%15.1%-
HSV(B)144.92º91.55%27.84%-
XYZ2.64.662.2-
YUV47.23119.9798.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.45%
GREEN value IS 71 (28.12% from 255) = 64.55%
BLUE value IS 33 (13.28% from 255) = 30%
R=5.45%
G=64.55%
B=30%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal671330.9200.540.72144.9284.4215.1
Hex647215C036489154f
Octal61074113406611022112417
Binary11010001111000011011100011011010010001001000110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064721; }

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

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

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

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

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

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

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

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