Html Css Color HEX #064920 British Racing Green

📋 copy color: '#064920'

red 6 ◦ green 73 ◦ blue 32

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

Shades of British Racing Green #064920

Tints of British Racing Green #064920

RGB

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

 GREEN value IS 73 (28.91% from 255) = 65.77%

 BLUE value IS 32 (12.89% from 255) = 28.83%

R = 5.41%
G = 65.77%
B = 28.83%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#064920 (or 0x064920) is known color: British Racing Green. HEX triplet: 06, 49 and 20. RGB value is (6,73,32). Sum of RGB (Red+Green+Blue) = 6+73+32=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 73 (28.91% from 255 or 65.77% from 111); Blue value is 32 (12.89% from 255 or 28.83% from 111); Max value from RGB is 73 - color contains mainly: green. Hex color #064920 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064920 is #F9B6DF. Grayscale: #303030. Windows color (decimal): -16365280 or 2115846. OLE color: 2115846.

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

Color convert

RGB 6 73 32 -
CMYK 0.92 0 0.56 0.71
HSL 143.28º 0.85% 0.15% -
HSV(B) 143.28º 0.92% 0.29% -
XYZ 2.72 4.91 2.17 -
YUV 48.29 118.8 97.83 -
System Red Green Blue C M Y K H S L
Decimal 6 73 32 0.92 0 0.56 0.71 143.28 0.85 0.15
Hex 6 49 20 5C 0 38 47 8F 55 F
Octal 6 111 40 134 0 70 107 217 125 17
Binary 110 1001001 100000 1011100 0 111000 1000111 10001111 1010101 1111

Color Harmonies of #064920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064920

Black with #064920

Text Example


Text Example

White with #064920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064920; }

 p { color: rgb(6,73,32); }

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

background-color css

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

 a { background-color: rgb(6,73,32); }

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

border-color css

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

 span { border-color: rgb(6,73,32); }

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