Html Css Color HEX #064729 British Racing Green

📋 copy color: '#064729'

red 6 ◦ green 71 ◦ blue 41

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

Shades of British Racing Green #064729

Tints of British Racing Green #064729

RGB

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

 GREEN value IS 71 (28.13% from 255) = 60.17%

 BLUE value IS 41 (16.41% from 255) = 34.75%

R = 5.08%
G = 60.17%
B = 34.75%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#064729 (or 0x064729) is known color: British Racing Green. HEX triplet: 06, 47 and 29. RGB value is (6,71,41). Sum of RGB (Red+Green+Blue) = 6+71+41=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 71 (28.12% from 255 or 60.17% from 118); Blue value is 41 (16.41% from 255 or 34.75% from 118); Max value from RGB is 71 - color contains mainly: green. Hex color #064729 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064729 is #F9B8D6. Grayscale: #303030. Windows color (decimal): -16365783 or 2705158. OLE color: 2705158.

HSL color Cylindrical-coordinate representation of color #064729: hue angle of 152.31º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064729 is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB 6 71 41 -
CMYK 0.92 0 0.42 0.72
HSL 152.31º 0.84% 0.15% -
HSV(B) 152.31º 0.92% 0.28% -
XYZ 2.73 4.71 2.86 -
YUV 48.15 123.97 97.94 -
System Red Green Blue C M Y K H S L
Decimal 6 71 41 0.92 0 0.42 0.72 152.31 0.84 0.15
Hex 6 47 29 5C 0 2A 48 98 54 F
Octal 6 107 51 134 0 52 110 230 124 17
Binary 110 1000111 101001 1011100 0 101010 1001000 10011000 1010100 1111

Color Harmonies of #064729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064729

Black with #064729

Text Example


Text Example

White with #064729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064729; }

 p { color: rgb(6,71,41); }

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

background-color css

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

 a { background-color: rgb(6,71,41); }

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

border-color css

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

 span { border-color: rgb(6,71,41); }

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