#064F23

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

Shades of British Racing Green #064F23

Tints of British Racing Green #064F23

Color information

#064F23 (or 0x064F23) is unknown color: approx British Racing Green. HEX triplet: 06, 4F and 23. RGB value is (6,79,35). Sum of RGB (Red+Green+Blue) = 6+79+35=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 79 (31.25% from 255 or 65.83% from 120); Blue value is 35 (14.06% from 255 or 29.17% from 120); Max value from RGB is 79 - color contains mainly: green. Hex color #064F23 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064F23 is #F9B0DC. Grayscale: #343434. Windows color (decimal): -16363741 or 2313990. OLE color: 2313990.

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

Color convert

RGB67935-
CMYK0.9200.560.69
HSL143.84º85.88%16.67%-
HSV(B)143.84º92.41%30.98%-
XYZ3.175.752.53-
YUV52.16118.3295.08-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5%
GREEN value IS 79 (31.25% from 255) = 65.83%
BLUE value IS 35 (14.06% from 255) = 29.17%
R=5%
G=65.83%
B=29.17%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal679350.9200.560.69143.8485.8816.67
Hex64F235C03845905611
Octal61174313407010522012621
Binary110100111110001110111000111000100010110010000101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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