Html Css Color HEX #064A1A British Racing Green

📋 copy color: '#064A1A'

red 6 ◦ green 74 ◦ blue 26

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

Shades of British Racing Green #064A1A

Tints of British Racing Green #064A1A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 69.81%

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

R = 5.66%
G = 69.81%
B = 24.53%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.65

 K value IS 0.71

RGB Variations

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

Color information

#064A1A (or 0x064A1A) is known color: British Racing Green. HEX triplet: 06, 4A and 1A. RGB value is (6,74,26). Sum of RGB (Red+Green+Blue) = 6+74+26=106 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.66% from 106); Green value is 74 (29.30% from 255 or 69.81% from 106); Blue value is 26 (10.55% from 255 or 24.53% from 106); Max value from RGB is 74 - color contains mainly: green. Hex color #064A1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064A1A is #F9B5E5. Grayscale: #303030. Windows color (decimal): -16365030 or 1722886. OLE color: 1722886.

HSL color Cylindrical-coordinate representation of color #064A1A: hue angle of 137.65º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064A1A is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.71.

Color convert

RGB 6 74 26 -
CMYK 0.92 0 0.65 0.71
HSL 137.65º 0.85% 0.16% -
HSV(B) 137.65º 0.92% 0.29% -
XYZ 2.71 5.01 1.8 -
YUV 48.2 115.47 97.9 -
System Red Green Blue C M Y K H S L
Decimal 6 74 26 0.92 0 0.65 0.71 137.65 0.85 0.16
Hex 6 4A 1A 5C 0 41 47 8A 55 10
Octal 6 112 32 134 0 101 107 212 125 20
Binary 110 1001010 11010 1011100 0 1000001 1000111 10001010 1010101 10000

Color Harmonies of #064A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064A1A

Black with #064A1A

Text Example


Text Example

White with #064A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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