Html Css Color HEX #064C27 British Racing Green

📋 copy color: '#064C27'

red 6 ◦ green 76 ◦ blue 39

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

Shades of British Racing Green #064C27

Tints of British Racing Green #064C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 32.23%

R = 4.96%
G = 62.81%
B = 32.23%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.49

 K value IS 0.70

RGB Variations

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

Color information

#064C27 (or 0x064C27) is known color: British Racing Green. HEX triplet: 06, 4C and 27. RGB value is (6,76,39). Sum of RGB (Red+Green+Blue) = 6+76+39=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 76 (30.08% from 255 or 62.81% from 121); Blue value is 39 (15.62% from 255 or 32.23% from 121); Max value from RGB is 76 - color contains mainly: green. Hex color #064C27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064C27 is #F9B3D8. Grayscale: #323232. Windows color (decimal): -16364505 or 2575366. OLE color: 2575366.

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

Color convert

RGB 6 76 39 -
CMYK 0.92 0 0.49 0.70
HSL 148.29º 0.85% 0.16% -
HSV(B) 148.29º 0.92% 0.3% -
XYZ 3.03 5.35 2.79 -
YUV 50.85 121.31 96.01 -
System Red Green Blue C M Y K H S L
Decimal 6 76 39 0.92 0 0.49 0.70 148.29 0.85 0.16
Hex 6 4C 27 5C 0 31 46 94 55 10
Octal 6 114 47 134 0 61 106 224 125 20
Binary 110 1001100 100111 1011100 0 110001 1000110 10010100 1010101 10000

Color Harmonies of #064C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064C27

Black with #064C27

Text Example


Text Example

White with #064C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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