Html Css Color HEX #064620 British Racing Green

📋 copy color: '#064620'

red 6 ◦ green 70 ◦ blue 32

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

Shades of British Racing Green #064620

Tints of British Racing Green #064620

RGB

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

 GREEN value IS 70 (27.73% from 255) = 64.81%

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

R = 5.56%
G = 64.81%
B = 29.63%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#064620 (or 0x064620) is known color: British Racing Green. HEX triplet: 06, 46 and 20. RGB value is (6,70,32). Sum of RGB (Red+Green+Blue) = 6+70+32=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 70 (27.73% from 255 or 64.81% from 108); Blue value is 32 (12.89% from 255 or 29.63% from 108); Max value from RGB is 70 - color contains mainly: green. Hex color #064620 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064620 is #F9B9DF. Grayscale: #2E2E2E. Windows color (decimal): -16366048 or 2115078. OLE color: 2115078.

HSL color Cylindrical-coordinate representation of color #064620: hue angle of 144.38º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064620 is Cyan = 0.91, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB 6 70 32 -
CMYK 0.91 0 0.54 0.73
HSL 144.38º 0.84% 0.15% -
HSV(B) 144.38º 0.91% 0.27% -
XYZ 2.53 4.52 2.11 -
YUV 46.53 119.8 99.09 -
System Red Green Blue C M Y K H S L
Decimal 6 70 32 0.91 0 0.54 0.73 144.38 0.84 0.15
Hex 6 46 20 5B 0 36 49 90 54 F
Octal 6 106 40 133 0 66 111 220 124 17
Binary 110 1000110 100000 1011011 0 110110 1001001 10010000 1010100 1111

Color Harmonies of #064620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064620

Black with #064620

Text Example


Text Example

White with #064620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064620; }

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

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

background-color css

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

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

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

border-color css

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

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

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