#064120

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

Shades of British Racing Green #064120

Tints of British Racing Green #064120

Color information

#064120 (or 0x064120) is unknown color: approx British Racing Green. HEX triplet: 06, 41 and 20. RGB value is (6,65,32). Sum of RGB (Red+Green+Blue) = 6+65+32=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 65 (25.78% from 255 or 63.11% from 103); Blue value is 32 (12.89% from 255 or 31.07% from 103); Max value from RGB is 65 - color contains mainly: green. Hex color #064120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064120 is #F9BEDF. Grayscale: #2B2B2B. Windows color (decimal): -16367328 or 2113798. OLE color: 2113798.

HSL color Cylindrical-coordinate representation of color #064120: hue angle of 146.44º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064120 is Cyan = 0.91, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.75.

Color convert

RGB66532-
CMYK0.9100.510.75
HSL146.44º83.1%13.92%-
HSV(B)146.44º90.77%25.49%-
XYZ2.233.922.01-
YUV43.6121.45101.18-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.83%
GREEN value IS 65 (25.78% from 255) = 63.11%
BLUE value IS 32 (12.89% from 255) = 31.07%
R=5.83%
G=63.11%
B=31.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal665320.9100.510.75146.4483.113.92
Hex641205B0334B9253e
Octal61014013306311322212316
Binary11010000011000001011011011001110010111001001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064120; }

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

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

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

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

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

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

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

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