Html Css Color HEX #064E19 British Racing Green

📋 copy color: '#064E19'

red 6 ◦ green 78 ◦ blue 25

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

Shades of British Racing Green #064E19

Tints of British Racing Green #064E19

RGB

 RED value IS 6 (2.73% from 255) = 5.5%

 GREEN value IS 78 (30.86% from 255) = 71.56%

 BLUE value IS 25 (10.16% from 255) = 22.94%

R = 5.5%
G = 71.56%
B = 22.94%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.68

 K value IS 0.69

RGB Variations

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

Color information

#064E19 (or 0x064E19) is known color: British Racing Green. HEX triplet: 06, 4E and 19. RGB value is (6,78,25). Sum of RGB (Red+Green+Blue) = 6+78+25=109 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.50% from 109); Green value is 78 (30.86% from 255 or 71.56% from 109); Blue value is 25 (10.16% from 255 or 22.94% from 109); Max value from RGB is 78 - color contains mainly: green. Hex color #064E19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #064E19 is #F9B1E6. Grayscale: #323232. Windows color (decimal): -16364007 or 1658374. OLE color: 1658374.

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

Color convert

RGB 6 78 25 -
CMYK 0.92 0 0.68 0.69
HSL 135.83º 0.86% 0.16% -
HSV(B) 135.83º 0.92% 0.31% -
XYZ 2.97 5.56 1.84 -
YUV 50.43 113.65 96.31 -
System Red Green Blue C M Y K H S L
Decimal 6 78 25 0.92 0 0.68 0.69 135.83 0.86 0.16
Hex 6 4E 19 5C 0 44 45 88 56 10
Octal 6 116 31 134 0 104 105 210 126 20
Binary 110 1001110 11001 1011100 0 1000100 1000101 10001000 1010110 10000

Color Harmonies of #064E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064E19

Black with #064E19

Text Example


Text Example

White with #064E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #064E19;
 }
 .AnyTagClassName
 {
   color: #064E19;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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