Html Css Color HEX #064E20 British Racing Green

📋 copy color: '#064E20'

red 6 ◦ green 78 ◦ blue 32

#064E20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #064E20

Tints of British Racing Green #064E20

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 value IS 0.92

 M value IS 0

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#064E20 (or 0x064E20) is known color: 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

RGB 6 78 32 -
CMYK 0.92 0 0.59 0.69
HSL 141.67º 0.86% 0.16% -
HSV(B) 141.67º 0.92% 0.31% -
XYZ 3.06 5.59 2.28 -
YUV 51.23 117.15 95.74 -
System Red Green Blue C M Y K H S L
Decimal 6 78 32 0.92 0 0.59 0.69 141.67 0.86 0.16
Hex 6 4E 20 5C 0 3B 45 8E 56 10
Octal 6 116 40 134 0 73 105 216 126 20
Binary 110 1001110 100000 1011100 0 111011 1000101 10001110 1010110 10000

Color Harmonies of #064E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064E20

Black with #064E20

Text Example


Text Example

White with #064E20

Text Example


Text Example

HTML Codes & Css Web 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>