Html Css Color HEX #064F1A British Racing Green

📋 copy color: '#064F1A'

red 6 ◦ green 79 ◦ blue 26

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

Shades of British Racing Green #064F1A

Tints of British Racing Green #064F1A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 71.17%

 BLUE value IS 26 (10.55% from 255) = 23.42%

R = 5.41%
G = 71.17%
B = 23.42%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#064F1A (or 0x064F1A) is known color: British Racing Green. HEX triplet: 06, 4F and 1A. RGB value is (6,79,26). Sum of RGB (Red+Green+Blue) = 6+79+26=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 79 (31.25% from 255 or 71.17% from 111); Blue value is 26 (10.55% from 255 or 23.42% from 111); Max value from RGB is 79 - color contains mainly: green. Hex color #064F1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #064F1A is #F9B0E5. Grayscale: #333333. Windows color (decimal): -16363750 or 1724166. OLE color: 1724166.

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

Color convert

RGB 6 79 26 -
CMYK 0.92 0 0.67 0.69
HSL 136.44º 0.86% 0.17% -
HSV(B) 136.44º 0.92% 0.31% -
XYZ 3.06 5.71 1.92 -
YUV 51.13 113.82 95.81 -
System Red Green Blue C M Y K H S L
Decimal 6 79 26 0.92 0 0.67 0.69 136.44 0.86 0.17
Hex 6 4F 1A 5C 0 43 45 88 56 11
Octal 6 117 32 134 0 103 105 210 126 21
Binary 110 1001111 11010 1011100 0 1000011 1000101 10001000 1010110 10001

Color Harmonies of #064F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064F1A

Black with #064F1A

Text Example


Text Example

White with #064F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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