Html Css Color HEX #064C1A British Racing Green

📋 copy color: '#064C1A'

red 6 ◦ green 76 ◦ blue 26

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

Shades of British Racing Green #064C1A

Tints of British Racing Green #064C1A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 70.37%

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

R = 5.56%
G = 70.37%
B = 24.07%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.66

 K value IS 0.70

RGB Variations

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

Color information

#064C1A (or 0x064C1A) is known color: British Racing Green. HEX triplet: 06, 4C and 1A. RGB value is (6,76,26). Sum of RGB (Red+Green+Blue) = 6+76+26=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 76 (30.08% from 255 or 70.37% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 76 - color contains mainly: green. Hex color #064C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064C1A is #F9B3E5. Grayscale: #313131. Windows color (decimal): -16364518 or 1723398. OLE color: 1723398.

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

Color convert

RGB 6 76 26 -
CMYK 0.92 0 0.66 0.70
HSL 137.14º 0.85% 0.16% -
HSV(B) 137.14º 0.92% 0.3% -
XYZ 2.85 5.28 1.85 -
YUV 49.37 114.81 97.07 -
System Red Green Blue C M Y K H S L
Decimal 6 76 26 0.92 0 0.66 0.70 137.14 0.85 0.16
Hex 6 4C 1A 5C 0 42 46 89 55 10
Octal 6 114 32 134 0 102 106 211 125 20
Binary 110 1001100 11010 1011100 0 1000010 1000110 10001001 1010101 10000

Color Harmonies of #064C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064C1A

Black with #064C1A

Text Example


Text Example

White with #064C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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